Home
last modified time | relevance | path

Searched refs:CurrentStackFrameIndex (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.cpp41 int32 currentFrameIndex = context.CurrentStackFrameIndex(); in Execute()
H A DCliPrintVariableCommand.cpp106 context.CurrentStackFrameIndex()); in _ResolveValueIfNeeded()
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h81 int32 CurrentStackFrameIndex() const in CurrentStackFrameIndex() function