|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIBreakpointManagement
Represents breakpoint action management. Each methods send to debugger and replied by event.
| Method Summary | |
|---|---|
void |
deleteBreakpoint(TaskSet tasks,
int bpid)
Requests to delete a given breakpoint of specify process |
void |
setAddressBreakpoint(TaskSet tasks,
IPDIAddressBreakpoint bpt)
Requests to set a address breakpoint of specify process |
void |
setConditionBreakpoint(TaskSet tasks,
int bpid,
java.lang.String condition)
Requests to set condition on given breakpoint of specify process |
void |
setEnabledBreakpoint(TaskSet tasks,
int bpid,
boolean enabled)
Requests to set enable / disable a given breakpoint of specify process |
void |
setExceptionpoint(TaskSet tasks,
IPDIExceptionpoint bpt)
Requests to set an exceptionpoint of specify process |
void |
setFunctionBreakpoint(TaskSet tasks,
IPDIFunctionBreakpoint bpt)
Requests to set a function breakpoint of specify process |
void |
setLineBreakpoint(TaskSet tasks,
IPDILineBreakpoint bpt)
Requests to set a line breakpoint of specify process |
void |
setWatchpoint(TaskSet tasks,
IPDIWatchpoint bpt)
Requests to set a watchpoint of specify process |
| Method Detail |
|---|
void setLineBreakpoint(TaskSet tasks,
IPDILineBreakpoint bpt)
throws PDIException
tasks - target processbpt - line breakpoint to be set
PDIException - on failure
void setFunctionBreakpoint(TaskSet tasks,
IPDIFunctionBreakpoint bpt)
throws PDIException
tasks - target processbpt - function breakpoint to be set
PDIException - on failure
void setAddressBreakpoint(TaskSet tasks,
IPDIAddressBreakpoint bpt)
throws PDIException
tasks - target processbpt - address breakpoint to be set
PDIException - on failure
void setWatchpoint(TaskSet tasks,
IPDIWatchpoint bpt)
throws PDIException
tasks - target processbpt - watchpoint to be set
PDIException - on failure
void setExceptionpoint(TaskSet tasks,
IPDIExceptionpoint bpt)
throws PDIException
tasks - target processbpt - an exceptionpoint to be set
PDIException - failure
void deleteBreakpoint(TaskSet tasks,
int bpid)
throws PDIException
tasks - target processbpid - breakpoint id to be deleted
PDIException - on failure
void setEnabledBreakpoint(TaskSet tasks,
int bpid,
boolean enabled)
throws PDIException
tasks - target processbpid - breakpoint id to be enabled / disabledenabled - true if enable
PDIException - on failure
void setConditionBreakpoint(TaskSet tasks,
int bpid,
java.lang.String condition)
throws PDIException
tasks - target processbpid - breakpoint id to be set conditioncondition - condition rule
PDIException - on failure
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||