Package ghidra.program.database.symbol
Class OldVariableStorageManagerDB
- java.lang.Object
-
- ghidra.program.database.symbol.OldVariableStorageManagerDB
-
public class OldVariableStorageManagerDB extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OldVariableStorageManagerDB(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetStorageAddress(Address variableAddr)
-
-
-
Constructor Detail
-
OldVariableStorageManagerDB
public OldVariableStorageManagerDB(DBHandle handle, AddressMap addrMap, TaskMonitor monitor) throws java.io.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:
java.io.IOException- if a database error occurs.CancelledException- if the user cancels the upgrade.
-
-