mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updates to the ExpressionService
This commit is contained in:
parent
e4e9401c92
commit
167b797c27
1 changed files with 9 additions and 0 deletions
|
@ -87,4 +87,13 @@ public interface IStack extends IDMService {
|
|||
* Retrieves variables local to the stack frame.
|
||||
*/
|
||||
void getLocals(IDMContext<?> frameCtx, DataRequestMonitor<IVariableDMContext[]> rm);
|
||||
|
||||
/**
|
||||
* Retrieves the stack depth of the specified stack frame.
|
||||
*/
|
||||
void getStackDepth(DataRequestMonitor<Integer> rm);
|
||||
|
||||
void getStackDepth(int maxDepth, DataRequestMonitor<Integer> rm);
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue