PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi
Interface IPDIStackframeManagement

All Known Subinterfaces:
IPDIDebugger

public interface IPDIStackframeManagement

Represents stackframe management


Method Summary
 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
 

Method Detail

listStackFrames

void listStackFrames(TaskSet tasks,
                     int low,
                     int depth)
                     throws PDIException
Lists stack frames with given range of frames

Parameters:
tasks - target process
low - lower of frame
depth - depth of frame
Throws:
PDIException - on failure
Since:
4.0

setCurrentStackFrame

void setCurrentStackFrame(TaskSet tasks,
                          int level)
                          throws PDIException
Sets current stack frame with given level

Parameters:
tasks - target process
level - level of stack frame
Throws:
PDIException - on failure
Since:
4.0

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.