|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIMemoryManager
Represent memory manager to manage memory
| Method Summary | |
|---|---|
IPDIMemoryBlock |
createMemoryBlock(TaskSet qTasks,
java.lang.String address,
int units,
int wordSize)
Returns a memory block specified by given identifier. |
IPDIMemoryBlock[] |
getMemoryBlocks(TaskSet qTasks)
Returns an array of all memory blocks set for this debug session. |
void |
removeAllBlocks(TaskSet tasks)
Requests to remove all memory blocks from the debug session. |
void |
removeBlocks(TaskSet tasks,
IPDIMemoryBlock[] memoryBlocks)
Requests to remove the given array of memory blocks from the debug session. |
java.math.BigInteger[] |
update(IPDIMemoryBlock block,
java.util.List<IPDIEvent> aList)
Update memory blocks |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.manager.IPDIManager |
|---|
isAutoUpdate, setAutoUpdate, shutdown, update |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
IPDIMemoryBlock createMemoryBlock(TaskSet qTasks,
java.lang.String address,
int units,
int wordSize)
throws PDIException
qTasks - target processaddress - units - - number of byteswordSize - - this parameter has been deprecated and will always be passed
as the value 1. If the memory has an addressable size (number
of bytes per address) greather than 1, the PDI client should
take care not to
PDIException - on failure
IPDIMemoryBlock[] getMemoryBlocks(TaskSet qTasks)
throws PDIException
qTasks - target process
PDIException - on failure
void removeAllBlocks(TaskSet tasks)
throws PDIException
tasks - target process
PDIException - on failure
void removeBlocks(TaskSet tasks,
IPDIMemoryBlock[] memoryBlocks)
throws PDIException
tasks - target processmemoryBlock - - the array of memory blocks to be removed
PDIException - on failure
java.math.BigInteger[] update(IPDIMemoryBlock block,
java.util.List<IPDIEvent> aList)
throws PDIException
block - aList -
PDIException
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||