Eclipse CDT
7.0

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

All Superinterfaces:
ICDIBreakpoint, ICDIObject

public interface ICDIEventBreakpoint
extends ICDIBreakpoint


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 java.lang.String getEventType()
          Get event breakpoint type.
 java.lang.String getExtraArgument()
          Get extra event argument.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getEventType

java.lang.String getEventType()
                              throws CoreException
Get event breakpoint type. This is usually id in reverse web notation.

Returns:
event breakpoint type id
Throws:
CoreException

getExtraArgument

java.lang.String getExtraArgument()
                                  throws CoreException
Get extra event argument. For example name of the exception or number of a signal.

Returns:
event argument
Throws:
CoreException

Eclipse CDT
7.0

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