public interface ICDISharedLibrary extends ICDIObject
| Modifier and Type | Method and Description |
|---|---|
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.
|
getTargetjava.lang.String getFileName()
java.math.BigInteger getStartAddress()
java.math.BigInteger getEndAddress()
boolean areSymbolsLoaded()
void loadSymbols()
throws CDIException
CDIException - if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.