Searched refs:currentFrameIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.cpp41 int32 currentFrameIndex = context.CurrentStackFrameIndex(); local
42 if (currentFrameIndex < 0)
45 StackFrame* frame = stackTrace->FrameAt(currentFrameIndex);
46 printf("Current frame: %" B_PRId32 ": %s\n", currentFrameIndex,

Completed in 80 milliseconds