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.h507 lldb::RecognizedStackFrameSP GetRecognizedFrame();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp576 auto recognized_frame_sp = frame_sp->GetRecognizedFrame(); in GetStopDescription()
2015 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException()
H A DStackFrameList.cpp817 RecognizedStackFrameSP recognized_frame_sp = frame_sp->GetRecognizedFrame(); in SelectMostRelevantFrame()
H A DStackFrame.cpp1973 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame() function in StackFrame
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp668 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp870 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables()