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/
DStackFrame.h491 lldb::RecognizedStackFrameSP GetRecognizedFrame();
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DStackFrame.cpp1980 RecognizedStackFrameSP StackFrame::GetRecognizedFrame() { in GetRecognizedFrame() function in StackFrame
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectFrame.cpp689 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBFrame.cpp863 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables()