Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIBreakpointManagement3

All Superinterfaces:
ICDIBreakpointManagement, ICDIBreakpointManagement2

public interface ICDIBreakpointManagement3
extends ICDIBreakpointManagement2


Method Summary
 ICDIEventBreakpoint setEventBreakpoint(java.lang.String type, java.lang.String arg, int cdiBreakpointType, ICDICondition condition, boolean deferred, boolean enabled)
          Set an event breakpoint
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement2
setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint, setWatchpoint
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
deleteAllBreakpoints, deleteBreakpoints, getBreakpoints, setAddressBreakpoint, setExceptionBreakpoint, setFunctionBreakpoint, setLineBreakpoint, setWatchpoint
 

Method Detail

setEventBreakpoint

ICDIEventBreakpoint setEventBreakpoint(java.lang.String type,
                                       java.lang.String arg,
                                       int cdiBreakpointType,
                                       ICDICondition condition,
                                       boolean deferred,
                                       boolean enabled)
                                       throws CDIException
Set an event breakpoint

Parameters:
type - - event breakpoint type, interpreted by backend
arg - - extra argument, for example signal number
cdiBreakpointType - - cdi breakpoint type, just in case some inferiors support "hardware" event breakpoints
Throws:
CDIException

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.