Package ghidra.program.database.symbol
Class OldVariableStorageManagerDB
- java.lang.Object
- 
- ghidra.program.database.symbol.OldVariableStorageManagerDB
 
- 
 public class OldVariableStorageManagerDB extends java.lang.Object
- 
- 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetStorageAddress(Address variableAddr)
 
- 
- 
- 
Constructor Detail- 
OldVariableStorageManagerDBpublic 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 map
- monitor- the task monitor.
- Throws:
- java.io.IOException- if a database error occurs.
- CancelledException- if the user cancels the upgrade.
 
 
- 
 
-