Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp714 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
715 if (recognized_frame) { in DoExecute()
717 recognized_frame->GetRecognizedArguments(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp870 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
871 if (recognized_frame) { in GetVariables()
873 recognized_frame->GetRecognizedArguments(); in GetVariables()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2002 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
2003 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()