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