|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICFunctionBreakpoint | |
---|---|
org.eclipse.cdt.debug.core | |
org.eclipse.cdt.debug.internal.core.breakpoints |
Uses of ICFunctionBreakpoint in org.eclipse.cdt.debug.core |
---|
Methods in org.eclipse.cdt.debug.core that return ICFunctionBreakpoint | |
---|---|
static ICFunctionBreakpoint |
CDIDebugModel.createFunctionBreakpoint(java.lang.String sourceHandle,
org.eclipse.core.resources.IResource resource,
java.lang.String function,
int charStart,
int charEnd,
int lineNumber,
boolean enabled,
int ignoreCount,
java.lang.String condition,
boolean register)
Creates and returns a breakpoint for the function defined by the given name. |
static ICFunctionBreakpoint |
CDIDebugModel.functionBreakpointExists(java.lang.String sourceHandle,
org.eclipse.core.resources.IResource resource,
java.lang.String function)
Returns the function breakpoint that is already registered with the breakpoint manager for a source with the given handle and the given resource with the given function name. |
Uses of ICFunctionBreakpoint in org.eclipse.cdt.debug.internal.core.breakpoints |
---|
Classes in org.eclipse.cdt.debug.internal.core.breakpoints that implement ICFunctionBreakpoint | |
---|---|
class |
CFunctionBreakpoint
A breakpoint that suspends the execution when a function is entered. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |