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