ReferenceDBManager

Package: ghidra.program.database.references
Type: class

11.1_PUBLIC

addedmethod: programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

10.3_PUBLIC

modifiedmethod: addExternalEntryPointRef
added throws IllegalArgumentException
- void addExternalEntryPointRef(ghidra.program.model.address.Address toAddr)
+ void addExternalEntryPointRef(ghidra.program.model.address.Address toAddr) throws IllegalArgumentException

10.2_PUBLIC

addedmethod: addOffsetMemReference
ghidra.program.model.symbol.Reference addOffsetMemReference(ghidra.program.model.address.Address fromAddr, ghidra.program.model.address.Address toAddr, boolean toAddrIsBase, long offset, ghidra.program.model.symbol.RefType type, ghidra.program.model.symbol.SourceType sourceType, int opIndex)
removedmethod: addOffsetMemReference
ghidra.program.model.symbol.Reference addOffsetMemReference(ghidra.program.model.address.Address fromAddr, ghidra.program.model.address.Address toAddr, long offset, ghidra.program.model.symbol.RefType type, ghidra.program.model.symbol.SourceType sourceType, int opIndex)

10.1_PUBLIC

addedmethod: removeAllReferencesTo
void removeAllReferencesTo(ghidra.program.model.address.Address toAddr)

9.0.1_PUBLIC

introducedInitial version