Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.event | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIMemoryBlock |
IPDIMemoryBlockInfo.getMemoryBlock()
Returns the modified memory block
|
Modifier and Type | Method and Description |
---|---|
IPDISessionObject |
IPDIEventFactory.newMemoryBlockInfo(IPDISession session,
TaskSet tasks,
BigInteger[] bigIntegers,
IPDIMemoryBlock block)
Create memory block info
|
Modifier and Type | Method and Description |
---|---|
IPDIMemoryBlock |
IPDIMemoryManager.createMemoryBlock(TaskSet qTasks,
String address,
int units,
int wordSize)
Returns a memory block specified by given identifier.
|
IPDIMemoryBlock[] |
IPDIMemoryManager.getMemoryBlocks(TaskSet qTasks)
Returns an array of all memory blocks set for this debug session.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIMemoryManager.removeBlocks(TaskSet tasks,
IPDIMemoryBlock[] memoryBlocks)
Requests to remove the given array of memory blocks from the debug
session.
|
BigInteger[] |
IPDIMemoryManager.update(IPDIMemoryBlock block,
List<IPDIEvent> aList)
Update memory blocks
|
Modifier and Type | Method and Description |
---|---|
IPDIMemoryBlock |
IPDIModelFactory.newMemoryBlock(IPDISession session,
TaskSet tasks,
String exp,
int wordSize,
boolean b,
IPDIDataReadMemoryInfo info)
Create a memory block
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.