|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPBreakpointManager
Interface for managing debugger breakpoints
| Method Summary | |
|---|---|
void |
addSetBreakpoints(TaskSet tasks,
IPBreakpoint[] breakpoints)
Called when tasks are added to a task set. |
void |
deleteBreakpoint(IPBreakpoint breakpoint)
Delete a breakpoint. |
void |
deleteSetBreakpoints(TaskSet tasks,
IPBreakpoint[] breakpoints)
Called when tasks are removed from a task set. |
org.eclipse.debug.core.model.IBreakpoint |
getBreakpoint(IPDIBreakpoint pdiBpt)
Obtain the platform breakpoint interface from the PDI breakpoint. |
java.math.BigInteger |
getBreakpointAddress(IPLineBreakpoint breakpoint)
Get the address defined by a line breakpoint |
void |
skipBreakpoints(boolean enabled)
Enable/disable breakpoint skipping. |
void |
watchpointOutOfScope(TaskSet tasks,
IPDIWatchpoint pdiWatchpoint)
Notify that a watchpoint is out of scope |
| Method Detail |
|---|
void addSetBreakpoints(TaskSet tasks,
IPBreakpoint[] breakpoints)
tasks - new tasks being added to the setbreakpoints - breakpoints that are to be updated
void deleteSetBreakpoints(TaskSet tasks,
IPBreakpoint[] breakpoints)
tasks - tasks being removed from the setbreakpoints - breakpoints that are to be updatedvoid deleteBreakpoint(IPBreakpoint breakpoint)
breakpoint - breakpoint to removeorg.eclipse.debug.core.model.IBreakpoint getBreakpoint(IPDIBreakpoint pdiBpt)
pdiBpt -
java.math.BigInteger getBreakpointAddress(IPLineBreakpoint breakpoint)
breakpoint -
void skipBreakpoints(boolean enabled)
enabled -
void watchpointOutOfScope(TaskSet tasks,
IPDIWatchpoint pdiWatchpoint)
tasks - pdiWatchpoint -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||