Home
last modified time | relevance | path

Searched refs:recognized_frame (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp689 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
690 if (recognized_frame) { in DoExecute()
692 recognized_frame->GetRecognizedArguments(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp863 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
864 if (recognized_frame) { in GetVariables()
866 recognized_frame->GetRecognizedArguments(); in GetVariables()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp2009 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
2010 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()