PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint

Packages that use IPDIBreakpoint
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
org.eclipse.ptp.debug.core.pdi.request   
 

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

Methods in org.eclipse.ptp.debug.core with parameters of type IPDIBreakpoint
 org.eclipse.debug.core.model.IBreakpoint IPBreakpointManager.getBreakpoint(IPDIBreakpoint pdiBpt)
          Obtain the platform breakpoint interface from the PDI breakpoint.
 

Uses of IPDIBreakpoint in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIBreakpoint
 IPDIBreakpoint IPDIBreakpointInfo.getBreakpoint()
          Returns the breakpoint that stopped the program
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIBreakpoint
 IPDIBreakpointInfo IPDIEventFactory.newBreakpointInfo(IPDISession session, TaskSet tasks, IPDIBreakpoint bpt)
          Create breakpoint info
 

Uses of IPDIBreakpoint in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIBreakpoint
 IPDIBreakpoint IPDIBreakpointManager.getBreakpoint(int id)
           
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIBreakpoint
 void IPDIBreakpointManager.addSetBreakpoint(TaskSet tasks, IPDIBreakpoint breakpoint)
          Called when new tasks are added to a set.
 void IPDIBreakpointManager.deleteBreakpoint(TaskSet tasks, IPDIBreakpoint breakpoint)
          Deletes breakpoint
 void IPDIBreakpointManager.deleteSetBreakpoint(TaskSet tasks, IPDIBreakpoint breakpoint)
          Deletes a breakpoint that is different from original task
 void IPDIBreakpointManager.disableBreakpoint(TaskSet tasks, IPDIBreakpoint breakpoint)
          Disable breakpoint
 void IPDIBreakpointManager.enableBreakpoint(TaskSet tasks, IPDIBreakpoint breakpoint)
          Enables breakpoint
 void IPDIBreakpointManager.setCondition(TaskSet tasks, IPDIBreakpoint breakpoint, IPDICondition newCondition)
          Sets condition
 

Uses of IPDIBreakpoint in org.eclipse.ptp.debug.core.pdi.model
 

Subinterfaces of IPDIBreakpoint in org.eclipse.ptp.debug.core.pdi.model
 interface IPDIAddressBreakpoint
          Represents an address breakpoint
 interface IPDIExceptionpoint
          Represents a exception breakpoint
 interface IPDIFunctionBreakpoint
          Represents a function breakpoint
 interface IPDILineBreakpoint
          Represents a line breakpoint
 interface IPDILocationBreakpoint
          Represents the location of breakpoint: file, line, function, address
 interface IPDIWatchpoint
          Represents a watchpoint
 

Uses of IPDIBreakpoint in org.eclipse.ptp.debug.core.pdi.request
 

Methods in org.eclipse.ptp.debug.core.pdi.request that return IPDIBreakpoint
 IPDIBreakpoint IPDIBreakpointRequest.getBreakpoint()
          Returns pdi breakpoint
 

Methods in org.eclipse.ptp.debug.core.pdi.request with parameters of type IPDIBreakpoint
 IPDIDeleteBreakpointRequest IPDIRequestFactory.getDeleteBreakpointRequest(TaskSet tasks, IPDIBreakpoint bpt, boolean allowUpdate)
          Create a delete breakpoint request
 IPDIDisableBreakpointRequest IPDIRequestFactory.getDisableBreakpointRequest(TaskSet tasks, IPDIBreakpoint bpt)
          Create a disable breakpoint request
 IPDIEnableBreakpointRequest IPDIRequestFactory.getEnableBreakpointRequest(TaskSet tasks, IPDIBreakpoint bpt)
           
 


PTP
Release 7.0

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