PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPFunctionBreakpoint

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint, IPBreakpoint, IPLineBreakpoint

public interface IPFunctionBreakpoint
extends IPLineBreakpoint

Represents a function breakpoint


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPLineBreakpoint
ADDRESS, FUNCTION
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
 
Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED
 
Method Summary
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPLineBreakpoint
getAddress, getFileName, getFunction, setAddress, setFunction
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage
 
Methods inherited from interface org.eclipse.debug.core.model.ILineBreakpoint
getCharEnd, getCharStart, getLineNumber
 
Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.