Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h526 lldb::RecognizedStackFrameSP GetRecognizedFrame();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp738 RecognizedStackFrameSP recognized_frame_sp = frame_sp->GetRecognizedFrame(); in SelectMostRelevantFrame()
H A DThread.cpp585 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in GetStopDescription()
2063 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException()
H A DStackFrame.cpp1267 if (auto recognized_frame_sp = GetRecognizedFrame()) in IsHidden()
2110 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame() function in StackFrame
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp698 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp871 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables()