mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-3351_Dan_torchTraceFunction-MERGED-2--SQUASHED'
This commit is contained in:
commit
f90fb4aa56
50 changed files with 520 additions and 7068 deletions
|
@ -22,7 +22,6 @@ import ghidra.program.util.ProgramLocation;
|
|||
import ghidra.util.exception.DuplicateNameException;
|
||||
import ghidra.util.exception.InvalidInputException;
|
||||
import ghidra.util.task.TaskMonitor;
|
||||
import ghidra.util.task.TaskMonitorAdapter;
|
||||
|
||||
/**
|
||||
* Interface for a symbol, which associates a string value with
|
||||
|
@ -110,7 +109,7 @@ public interface Symbol {
|
|||
|
||||
/**
|
||||
* Returns all memory references to the address of this symbol. If you do not have a
|
||||
* {@link TaskMonitor} instance, then you can pass {@link TaskMonitorAdapter#DUMMY_MONITOR} or
|
||||
* {@link TaskMonitor} instance, then you can pass {@link TaskMonitor#DUMMY} or
|
||||
* <code>null</code>.
|
||||
*
|
||||
* @return all memory references to the address of this symbol.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue