|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICBreakpointListener
Provides event and error notification for C/C++ breakpoints.
Listeners register with the CDebugModel
.
Method Summary | |
---|---|
void |
breakpointChanged(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint,
java.util.Map attributes)
Notification that the attributes of the given breakpoint have been changed from the specified target. |
void |
breakpointInstalled(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint)
Notification that the given breakpoint has been installed in the specified target. |
void |
breakpointsRemoved(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
Notification that the given breakpoints have been removed from the specified target. |
boolean |
installingBreakpoint(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint)
Notification that the given breakpoint is about to be installed in the specified target. |
Method Detail |
---|
boolean installingBreakpoint(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint)
false
the breakpoint is
not installed in the given target.
target
- debug targetbreakpoint
- breakpoint being installed
void breakpointInstalled(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint)
target
- debug targetbreakpoint
- breakpoint being installedvoid breakpointChanged(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint, java.util.Map attributes)
target
- debug targetbreakpoint
- breakpointattributes
- a map of changed attributesvoid breakpointsRemoved(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
target
- debug targetbreakpoints
- the breakpoints being removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |