Home
last modified time | relevance | path

Searched refs:GetFrameRef (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h449 StackFrame &GetFrameRef() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp379 auto language = exe_ctx.GetFrameRef().GetLanguage(); in HandleCompletion()
H A DCommandObjectFrame.cpp199 m_exe_ctx.GetFrameRef().DumpUsingSettingsFormat(&result.GetOutputStream()); in DoExecute()
H A DCommandObjectMemory.cpp1086 m_exe_ctx.GetFrameRef(), *process); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp240 StackFrame &ExecutionContext::GetFrameRef() const { in GetFrameRef() function in ExecutionContext
H A DProcess.cpp5058 ? exe_ctx.GetFrameRef().GetStackID() in RunThreadPlan()