Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h486 lldb::RecognizedStackFrameSP GetRecognizedFrame();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp555 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in GetStopDescription()
589 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in SelectMostRelevantFrame()
1989 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException()
H A DStackFrame.cpp1933 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame() function in StackFrame
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp686 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp887 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables()