|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIMemorySpaceManagement
The memory space manager provides varous memory-space related operations. The backend implementation of ICDITarget should implement this interface as well if the target supports memory spaces.
Method Summary | |
---|---|
java.lang.String |
addressToString(java.math.BigInteger address,
java.lang.String memorySpaceID)
Optionally provides the string encoding of a memory space qualified address. |
java.lang.String[] |
getMemorySpaces()
Provides the memory spaces available. |
java.math.BigInteger |
stringToAddress(java.lang.String str,
java.lang.StringBuffer memorySpaceID_out)
The inverse of addressToString. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
java.lang.String addressToString(java.math.BigInteger address, java.lang.String memorySpaceID)
address
- - a numeric addressmemorySpaceID
- - a string which represents the memory space
java.math.BigInteger stringToAddress(java.lang.String str, java.lang.StringBuffer memorySpaceID_out) throws CDIException
str
- - the encoded string (contains memory space + hex address value)memorySpaceID_out
- the memory space ID
CDIException
- if string is not in the expected formatjava.lang.String[] getMemorySpaces()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |