|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPBreakpointManager
| 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)
|
java.math.BigInteger |
getBreakpointAddress(IPLineBreakpoint breakpoint)
|
void |
skipBreakpoints(boolean enabled)
|
void |
watchpointOutOfScope(TaskSet tasks,
IPDIWatchpoint pdiWatchpoint)
|
| 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 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||