|
Eclipse CDT 7.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 |
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.ICDIExecuteResume |
|---|
resume, resume, resume |
| 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
@Deprecated
void resume()
throws CDIException
CDIException - if this method fails. Reasons include:
@Deprecated
void stepOver()
throws CDIException
CDIException - if this method fails. Reasons include:
@Deprecated
void stepInto()
throws CDIException
CDIException - if this method fails. Reasons include:
@Deprecated
void stepOverInstruction()
throws CDIException
CDIException - if this method fails. Reasons include:
@Deprecated
void stepIntoInstruction()
throws CDIException
CDIException - if this method fails. Reasons include:
@Deprecated
void stepReturn()
throws CDIException
CDIExceptionICDIStackFrame.stepReturn()
@Deprecated
void runUntil(ICDILocation location)
throws CDIException
CDIException - if this method fails. Reasons include:ICDIExecuteStep.stepUntil(ICDILocation)
@Deprecated
void jump(ICDILocation location)
throws CDIException
CDIException - if this method fails. Reasons include:ICDIExecuteResume.resume(ICDILocation)
@Deprecated
void signal()
throws CDIException
CDIExceptionICDIExecuteResume.resume(boolean)
@Deprecated
void signal(ICDISignal signal)
throws CDIException
signal -
CDIExceptionICDIExecuteResume.resume(ICDISignal)boolean equals(ICDIThread thead)
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||