Modifier and Type | Method and Description |
---|---|
IBreakpoint |
IPBreakpointManager.getBreakpoint(IPDIBreakpoint pdiBpt)
Obtain the platform breakpoint interface from the PDI breakpoint.
|
Modifier and Type | Method and Description |
---|---|
IPDIBreakpoint |
IPDIBreakpointInfo.getBreakpoint()
Returns the breakpoint that stopped the program
|
Modifier and Type | Method and Description |
---|---|
IPDIBreakpointInfo |
IPDIEventFactory.newBreakpointInfo(IPDISession session,
TaskSet tasks,
IPDIBreakpoint bpt)
Create breakpoint info
|
Modifier and Type | Method and Description |
---|---|
IPDIBreakpoint |
IPDIBreakpointManager.getBreakpoint(int id) |
Modifier and Type | Method and Description |
---|---|
void |
IPDIBreakpointManager.addSetBreakpoint(TaskSet tasks,
IPDIBreakpoint breakpoint)
Called when new tasks are added to a set.
|
void |
IPDIBreakpointManager.deleteBreakpoint(TaskSet tasks,
IPDIBreakpoint breakpoint)
Deletes breakpoint
|
void |
IPDIBreakpointManager.deleteSetBreakpoint(TaskSet tasks,
IPDIBreakpoint breakpoint)
Deletes a breakpoint that is different from original task
|
void |
IPDIBreakpointManager.disableBreakpoint(TaskSet tasks,
IPDIBreakpoint breakpoint)
Disable breakpoint
|
void |
IPDIBreakpointManager.enableBreakpoint(TaskSet tasks,
IPDIBreakpoint breakpoint)
Enables breakpoint
|
void |
IPDIBreakpointManager.setCondition(TaskSet tasks,
IPDIBreakpoint breakpoint,
IPDICondition newCondition)
Sets condition
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIAddressBreakpoint
Represents an address breakpoint
|
interface |
IPDIExceptionpoint
Represents a exception breakpoint
|
interface |
IPDIFunctionBreakpoint
Represents a function breakpoint
|
interface |
IPDILineBreakpoint
Represents a line breakpoint
|
interface |
IPDILocationBreakpoint
Represents the location of breakpoint: file, line, function, address
|
interface |
IPDIWatchpoint
Represents a watchpoint
|
Modifier and Type | Method and Description |
---|---|
IPDIBreakpoint |
IPDIBreakpointRequest.getBreakpoint()
Returns pdi breakpoint
|
Modifier and Type | Method and Description |
---|---|
IPDIDeleteBreakpointRequest |
IPDIRequestFactory.getDeleteBreakpointRequest(TaskSet tasks,
IPDIBreakpoint bpt,
boolean allowUpdate)
Create a delete breakpoint request
|
IPDIDisableBreakpointRequest |
IPDIRequestFactory.getDisableBreakpointRequest(TaskSet tasks,
IPDIBreakpoint bpt)
Create a disable breakpoint request
|
IPDIEnableBreakpointRequest |
IPDIRequestFactory.getEnableBreakpointRequest(TaskSet tasks,
IPDIBreakpoint bpt) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.