|
PTP Release 5.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 |
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. |
| 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 |
|---|
String getFileName()
BigInteger getStartAddress()
BigInteger getEndAddress()
boolean areSymbolsLoaded()
void loadSymbols()
throws PDIException
PDIException - on failure
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||