Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIEventBreakpointHit

All Superinterfaces:
ICDISessionObject

public interface ICDIEventBreakpointHit
extends ICDISessionObject

Represents an information provided by the session when the program is stopped by an event breakpoint

Since:
7.0

Method Summary
 java.lang.String getEventBreakpointType()
          Return the type of event breakpoint, as reported by the debugger backend (e.g., gdb) when it reports the target suspended
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getEventBreakpointType

java.lang.String getEventBreakpointType()
Return the type of event breakpoint, as reported by the debugger backend (e.g., gdb) when it reports the target suspended


Eclipse CDT
7.0

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