|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDIThread
A thread in a debug target. A thread contains stack frames. Stack frames are only available when the thread is suspended, and are returned in top-down order.
| Method Summary | |
|---|---|
ICDIThreadStorage |
createThreadStorage(ICDIThreadStorageDescriptor varDesc)
Create a variable from the descriptor for evaluation. |
boolean |
equals(ICDIThread thead)
Returns true if the threads are the same. |
int |
getStackFrameCount()
Returns the depth of the stack frames. |
ICDIStackFrame[] |
getStackFrames()
Returns the stack frames contained in this thread. |
ICDIStackFrame[] |
getStackFrames(int lowFrame,
int highFrame)
Returns the stack frames contained in this thread whose levels are between the two arguments(inclusive). |
ICDIThreadStorageDescriptor[] |
getThreadStorageDescriptors()
Return thread local storage variables descriptor. |
void |
jump(ICDILocation location)
Deprecated. |
void |
resume()
Deprecated. |
void |
resume(boolean passSignal)
Causes this target to resume its execution. |
void |
resume(ICDILocation location)
Resume execution at location. |
void |
resume(ICDISignal signal)
Resume execution where the program stopped but immediately give the signal. |
void |
runUntil(ICDILocation location)
Deprecated. |
void |
signal()
Deprecated. |
void |
signal(ICDISignal signal)
Deprecated. |
void |
stepInto()
Deprecated. |
void |
stepIntoInstruction()
Deprecated. |
void |
stepOver()
Deprecated. |
void |
stepOverInstruction()
Deprecated. |
void |
stepReturn()
Deprecated. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep |
|---|
stepInto, stepIntoInstruction, stepOver, stepOverInstruction, stepUntil |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDISuspend |
|---|
isSuspended, suspend |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
|---|
getTarget |
| Method Detail |
|---|
ICDIStackFrame[] getStackFrames()
throws CDIException
CDIException - if this method fails. Reasons include:
ICDIStackFrame[] getStackFrames(int lowFrame,
int highFrame)
throws CDIException
CDIException - if this method fails. Reasons include:
int getStackFrameCount()
throws CDIException
CDIException - if this method fails. Reasons include:
ICDIThreadStorageDescriptor[] getThreadStorageDescriptors()
throws CDIException
CDIException
ICDIThreadStorage createThreadStorage(ICDIThreadStorageDescriptor varDesc)
throws CDIException
varDesc - ICDThreadStorageDesc
CDIException
void resume()
throws CDIException
CDIException - if this method fails. Reasons include:
void stepOver()
throws CDIException
CDIException - if this method fails. Reasons include:
void stepInto()
throws CDIException
CDIException - if this method fails. Reasons include:
void stepOverInstruction()
throws CDIException
CDIException - if this method fails. Reasons include:
void stepIntoInstruction()
throws CDIException
CDIException - if this method fails. Reasons include:
void stepReturn()
throws CDIException
CDIExceptionICDIStackFrame.stepReturn()
void runUntil(ICDILocation location)
throws CDIException
CDIException - if this method fails. Reasons include:ICDIExecuteStep.stepUntil(ICDILocation)
void jump(ICDILocation location)
throws CDIException
CDIException - if this method fails. Reasons include:resume(ICDILocation)
void signal()
throws CDIException
CDIExceptionresume(boolean)
void signal(ICDISignal signal)
throws CDIException
signal -
CDIExceptionresume(ICDISignal)boolean equals(ICDIThread thead)
void resume(boolean passSignal)
throws CDIException
fase and the target was
suspended by a signal when resuming the signal will be discarded
Has no effect on a target that is not suspended.
passSignal - whether to discar the signal
CDIException - if this method fails. Reasons include:
void resume(ICDILocation location)
throws CDIException
location -
CDIException - if this method fails. Reasons include:
void resume(ICDISignal signal)
throws CDIException
signal -
CDIException
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||