Home
last modified time | relevance | path

Searched refs:GetRecognizedFrame (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h491 lldb::RecognizedStackFrameSP GetRecognizedFrame();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp565 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in GetStopDescription()
599 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in SelectMostRelevantFrame()
2009 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException()
H A DStackFrame.cpp1980 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame() function in StackFrame
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp689 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp863 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables()