PTP
Release 7.0

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

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

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

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIThread
 IPDIThread IPDIThreadInfo.getThread()
          Returns destroyed thread
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIThread
 IPDISessionObject IPDIEventFactory.newThreadInfo(IPDISession session, TaskSet tasks, int id, IPDIThread thread)
          Create thread info
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIThread
 IPDIThread[] IPDIThreadManager.getThreads(TaskSet qTasks)
          Get threads
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIThread
 IPDIThreadStorageDescriptor[] IPDIVariableManager.getThreadStorageDescriptors(IPDIThread thread)
          Get thread storage descriptors
 

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

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIThread
 IPDIThread IPDIThreadGroup.getCurrentThread()
          Returns the currently selected thread.
 IPDIThread IPDITarget.getCurrentThread()
          Returns the currently selected thread.
 IPDIThread IPDIStackFrame.getThread()
          Returns the thread this stackframe is contained in.
 IPDIThread IPDIVariableDescriptor.getThread()
          Get thread
 IPDIThread IPDIThreadStorageDescriptor.getThread()
          Returns the thread
 IPDIThread[] IPDIThreadGroup.getThreads()
          Returns the threads contained in this target.
 IPDIThread[] IPDITarget.getThreads()
          Returns the threads contained in this target.
 IPDIThread IPDIModelFactory.newThread(IPDISession session, IPDITarget target, int parseInt)
          Create a thread
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIThread
 boolean IPDIThread.equals(IPDIThread thead)
          Determines whether both threads are the same.
 IPDIArgumentDescriptor IPDIModelFactory.newArgumentDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
          Create an argument descriptor
 IPDIGlobalVariableDescriptor IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
          Create a global variable descriptor
 IPDILocalVariable IPDIModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth, java.lang.String varid)
          Create a local variable
 IPDILocalVariableDescriptor IPDIModelFactory.newLocalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
          Create a local variable descriptor
 IPDIVariableDescriptor IPDIModelFactory.newRegisterDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
          Create a register descriptor
 IPDIStackFrame IPDIModelFactory.newStackFrame(IPDISession session, IPDIThread pthread, int i, IPDILocator locator)
          Create a stack frame from a locator
 IPDIStackFrame IPDIModelFactory.newStackFrame(IPDISession session, IPDIThread thread, int level, java.lang.String file, java.lang.String func, int line, java.math.BigInteger addr)
          Create a stack frame
 IPDIVariableDescriptor IPDIModelFactory.newThreadStorageDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth)
          Create a thread storage descriptor
 void IPDITarget.setCurrentThread(IPDIThread pthread, boolean doUpdate)
          Set current thread
 


PTP
Release 7.0

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