Package ghidra.program.database.symbol
Class OldVariableStorageManagerDB
java.lang.Object
ghidra.program.database.symbol.OldVariableStorageManagerDB
-
Constructor Summary
ConstructorDescriptionOldVariableStorageManagerDB
(DBHandle handle, AddressMap addrMap, TaskMonitor monitor) Construct a read-only variable storage manager for the old record format utilized by the VariableStorage table (NOTE: old table name does not have a space in the name). -
Method Summary
-
Constructor Details
-
OldVariableStorageManagerDB
public OldVariableStorageManagerDB(DBHandle handle, AddressMap addrMap, TaskMonitor monitor) throws IOException, CancelledException Construct a read-only variable storage manager for the old record format utilized by the VariableStorage table (NOTE: old table name does not have a space in the name). This adapter is intended for use during upgrades only.- Parameters:
handle
- the database handle.addrMap
- the address mapmonitor
- the task monitor.- Throws:
IOException
- if a database error occurs.CancelledException
- if the user cancels the upgrade.
-
-
Method Details
-
getStorageAddress
- Throws:
IOException
-