|
Eclipse CDT 7.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 | |
---|---|
String |
addressToString(BigInteger address,
String memorySpaceID)
Deprecated. CDI clients should implement ICDIMemorySpaceEncoder |
String[] |
getMemorySpaces()
Provides the memory spaces available. |
BigInteger |
stringToAddress(String str,
StringBuffer memorySpaceID_out)
Deprecated. CDI clients should implement ICDIMemorySpaceEncoder |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
String addressToString(BigInteger address, String memorySpaceID)
address
- a numeric addressmemorySpaceID
- a string which represents the memory space
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 formatString[] getMemorySpaces()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |