public interface ICDIBreakpointManagement3 extends ICDIBreakpointManagement2
Modifier and Type | Method and Description |
---|---|
ICDIEventBreakpoint |
setEventBreakpoint(java.lang.String type,
java.lang.String arg,
int cdiBreakpointType,
ICDICondition condition,
boolean deferred,
boolean enabled)
Set an event breakpoint
|
setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint, setWatchpoint
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint
ICDIEventBreakpoint setEventBreakpoint(java.lang.String type, java.lang.String arg, int cdiBreakpointType, ICDICondition condition, boolean deferred, boolean enabled) throws CDIException
type
- - event breakpoint type, interpreted by backendarg
- - extra argument, for example signal numbercdiBreakpointType
- - cdi breakpoint type, just in case some inferiors support "hardware" event breakpointsCDIException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.