|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDISharedLibrary
Represents a shared library which has been loaded into the debug target.
| Method Summary | |
|---|---|
boolean |
areSymbolsLoaded()
Returns whether the symbols of this library are read |
java.math.BigInteger |
getEndAddress()
Returns the end address of this library |
java.lang.String |
getFileName()
Returns the name of shared library file |
java.math.BigInteger |
getStartAddress()
Returns the start address of this library |
void |
loadSymbols()
Loads the library symbols. |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
java.lang.String getFileName()
java.math.BigInteger getStartAddress()
java.math.BigInteger getEndAddress()
boolean areSymbolsLoaded()
void loadSymbols()
throws PDIException
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||