public interface IPDIStackframeManagement
Modifier and Type | Method and Description |
---|---|
void |
listStackFrames(TaskSet tasks,
int low,
int depth)
Lists stack frames with given range of frames
|
void |
setCurrentStackFrame(TaskSet tasks,
int level)
Sets current stack frame with given level
|
void listStackFrames(TaskSet tasks, int low, int depth) throws PDIException
tasks
- target processlow
- lower of framedepth
- depth of framePDIException
- on failurevoid setCurrentStackFrame(TaskSet tasks, int level) throws PDIException
tasks
- target processlevel
- level of stack framePDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.