mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1539: Polish the DebuggerGoToDialog. Allow labels and plain addresses.
This commit is contained in:
parent
738e662e82
commit
b51d423d4b
27 changed files with 759 additions and 103 deletions
|
@ -155,7 +155,7 @@ public class PcodeParser extends PcodeCompile {
|
|||
if (sym != null) {
|
||||
return sym;
|
||||
}
|
||||
return PcodeParser.this.sleigh.findSymbol(nm);
|
||||
return sleigh.findSymbol(nm);
|
||||
}
|
||||
|
||||
public SleighBase getSleigh() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue