PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.event.IPDebugInfo

Packages that use IPDebugInfo
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.event   
 

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

Methods in org.eclipse.ptp.debug.core that return IPDebugInfo
 IPDebugInfo IPSession.getDebugInfo(TaskSet tasks)
           
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPDebugInfo
 void IPSession.fireDebugEvent(int change, int breakpoint, IPDebugInfo info)
           
 

Uses of IPDebugInfo in org.eclipse.ptp.debug.core.event
 

Subinterfaces of IPDebugInfo in org.eclipse.ptp.debug.core.event
 interface IPDebugBreakpointInfo
           
 interface IPDebugErrorInfo
           
 interface IPDebugExitInfo
           
 interface IPDebugRegisterInfo
           
 interface IPDebugSuspendInfo
           
 interface IPDebugValueInfo
           
 

Classes in org.eclipse.ptp.debug.core.event that implement IPDebugInfo
 class PDebugBreakpointInfo
           
 class PDebugErrorInfo
           
 class PDebugExitInfo
           
 class PDebugInfo
           
 class PDebugRegisterInfo
           
 class PDebugSuspendInfo
           
 

Methods in org.eclipse.ptp.debug.core.event that return IPDebugInfo
 IPDebugInfo PDebugEvent.getInfo()
           
 IPDebugInfo IPDebugEvent.getInfo()
           
 

Constructors in org.eclipse.ptp.debug.core.event with parameters of type IPDebugInfo
PDebugBreakpointInfo(IPDebugInfo info, int bpid)
           
PDebugBreakpointInfo(IPDebugInfo info, int bpid, Map<String,?> infoMap)
           
PDebugErrorInfo(IPDebugInfo info, String msg, String detailsMsg, int errCode)
           
PDebugEvent(Object eventSource, int kind, int detail, IPDebugInfo info)
           
PDebugExitInfo(IPDebugInfo info, int code, String message, String name)
           
PDebugInfo(IPDebugInfo info)
           
PDebugRegisterInfo(IPDebugInfo info, boolean refresh)
           
PDebugSuspendInfo(IPDebugInfo info, String filename, int lineNumber, int level, int depth)
           
 


PTP
Release 5.0

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