Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.event | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIThread |
IPDIThreadInfo.getThread()
Returns destroyed thread
|
Modifier and Type | Method and Description |
---|---|
IPDISessionObject |
IPDIEventFactory.newThreadInfo(IPDISession session,
TaskSet tasks,
int id,
IPDIThread thread)
Create thread info
|
Modifier and Type | Method and Description |
---|---|
IPDIThread[] |
IPDIThreadManager.getThreads(TaskSet qTasks)
Get threads
|
Modifier and Type | Method and Description |
---|---|
IPDIThreadStorageDescriptor[] |
IPDIVariableManager.getThreadStorageDescriptors(IPDIThread thread)
Get thread storage descriptors
|
Modifier and Type | Method and Description |
---|---|
IPDIThread |
IPDIThreadGroup.getCurrentThread()
Returns the currently selected thread.
|
IPDIThread |
IPDITarget.getCurrentThread()
Returns the currently selected thread.
|
IPDIThread |
IPDIVariableDescriptor.getThread()
Get thread
|
IPDIThread |
IPDIThreadStorageDescriptor.getThread()
Returns the thread
|
IPDIThread |
IPDIStackFrame.getThread()
Returns the thread this stackframe is contained in.
|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPDIThread.equals(IPDIThread thead)
Determines whether both threads are the same.
|
IPDIArgumentDescriptor |
IPDIModelFactory.newArgumentDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create an argument descriptor
|
IPDIGlobalVariableDescriptor |
IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a global variable descriptor
|
IPDILocalVariable |
IPDIModelFactory.newLocalVariable(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth,
String varid)
Create a local variable
|
IPDILocalVariableDescriptor |
IPDIModelFactory.newLocalVariableDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a local variable descriptor
|
IPDIVariableDescriptor |
IPDIModelFactory.newRegisterDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
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,
String file,
String func,
int line,
BigInteger addr)
Create a stack frame
|
IPDIVariableDescriptor |
IPDIModelFactory.newThreadStorageDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a thread storage descriptor
|
void |
IPDITarget.setCurrentThread(IPDIThread pthread,
boolean doUpdate)
Set current thread
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.