OldVariableStorageManagerDB

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

10.0_PUBLIC

modifiedtype-implements: OldVariableStorageManagerDB
- ghidra.program.database.ManagerDB
+ (none)
removedmethod: deleteAddressRange
void deleteAddressRange(ghidra.program.model.address.Address startAddr, ghidra.program.model.address.Address endAddr, ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: invalidateCache
void invalidateCache(boolean all)
removedmethod: isUpgradeOldVariableAddressesRequired
boolean isUpgradeOldVariableAddressesRequired()
removedmethod: moveAddressRange
void moveAddressRange(ghidra.program.model.address.Address fromAddr, ghidra.program.model.address.Address toAddr, long length, ghidra.util.task.TaskMonitor monitor) throws CancelledException
removedmethod: programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: setLanguage
void setLanguage(ghidra.program.util.LanguageTranslator translator, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException
removedmethod: setProgram
void setProgram(ghidra.program.database.ProgramDB program)

9.0.1_PUBLIC

introducedInitial version