|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
String |
addressToString(BigInteger address,
String memorySpaceID)
Optionally provides the string encoding of a memory space qualified address. |
String[] |
getMemorySpaces()
Provides the memory spaces available. |
BigInteger |
stringToAddress(String str,
StringBuffer memorySpaceID_out)
The inverse of addressToString. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
public String addressToString(BigInteger address, String memorySpaceID)
address
- - a numeric addressmemorySpaceID
- - a string which represents the memory space
public BigInteger stringToAddress(String str, 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 formatpublic String[] getMemorySpaces()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |