PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDILocationBreakpoint

All Superinterfaces:
IPDIBreakpoint, IPDISessionObject, IPDISet
All Known Subinterfaces:
IPDIAddressBreakpoint, IPDIFunctionBreakpoint, IPDILineBreakpoint

public interface IPDILocationBreakpoint
extends IPDIBreakpoint

Represents the location of breakpoint: file, line, function, address


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 IPDILocator getLocator()
          Returns the location of the breakpoint
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
getBreakpointID, getCondition, getInternalID, getPendingTasks, isDeleted, isEnabled, isHardware, isTemporary, setBreakpointID, setCondition, setDeleted, setEnabled
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getLocator

IPDILocator getLocator()
Returns the location of the breakpoint

Returns:
IPDILocator object

PTP
Release 7.0

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