|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
public String getFileName()
public BigInteger getStartAddress()
public BigInteger getEndAddress()
public boolean areSymbolsLoaded()
public void loadSymbols() throws CDIException
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |