PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.model.IPLineBreakpoint

Packages that use IPLineBreakpoint
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.model   
 

Uses of IPLineBreakpoint in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core that return IPLineBreakpoint
static IPLineBreakpoint PDebugModel.createLineBreakpoint(String sourceHandle, org.eclipse.core.resources.IResource resource, int lineNumber, boolean enabled, int ignoreCount, String condition, boolean register, String setId, String jobId, String jobName)
           
static IPLineBreakpoint PDebugModel.lineBreakpointExists(IPLineBreakpoint[] breakpoints, org.eclipse.ptp.core.elements.IPJob job)
          Find the first global breakpoint or breakpoint on the supplied job.
static IPLineBreakpoint[] PDebugModel.lineBreakpointsExists(String sourceHandle, org.eclipse.core.resources.IResource resource, int lineNumber)
          Find the line breakpoints at a particular line.
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPLineBreakpoint
 BigInteger IPBreakpointManager.getBreakpointAddress(IPLineBreakpoint breakpoint)
           
static IPLineBreakpoint PDebugModel.lineBreakpointExists(IPLineBreakpoint[] breakpoints, org.eclipse.ptp.core.elements.IPJob job)
          Find the first global breakpoint or breakpoint on the supplied job.
 

Uses of IPLineBreakpoint in org.eclipse.ptp.debug.core.model
 

Subinterfaces of IPLineBreakpoint in org.eclipse.ptp.debug.core.model
 interface IPAddressBreakpoint
           
 interface IPFunctionBreakpoint
           
 

Methods in org.eclipse.ptp.debug.core.model with parameters of type IPLineBreakpoint
 BigInteger IPDebugTarget.getBreakpointAddress(IPLineBreakpoint breakpoint)
           
 


PTP
Release 5.0

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