public interface ICDIThread extends ICDIExecuteStep, ICDIExecuteResume, ICDISuspend, ICDIObject
| Modifier and Type | Method and Description |
|---|---|
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.
|
stepInto, stepIntoInstruction, stepOver, stepOverInstruction, stepUntilresume, resume, resumeisSuspended, suspendgetTargetICDIStackFrame[] 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
CDIExceptionICDIThreadStorage createThreadStorage(ICDIThreadStorageDescriptor varDesc) throws CDIException
varDesc - ICDThreadStorageDescCDIException@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)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.