public interface IPDISharedLibrary extends IPDISessionObject
Modifier and Type | Method and Description |
---|---|
boolean |
areSymbolsLoaded()
Returns whether the symbols of this library are read
|
BigInteger |
getEndAddress()
Returns the end address of this library
|
String |
getFileName()
Returns the name of shared library file
|
BigInteger |
getStartAddress()
Returns the start address of this library
|
void |
loadSymbols()
Loads the library symbols.
|
getSession
String getFileName()
BigInteger getStartAddress()
BigInteger getEndAddress()
boolean areSymbolsLoaded()
void loadSymbols() throws PDIException
PDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.