Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp686 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
687 if (recognized_frame) { in DoExecute()
689 recognized_frame->GetRecognizedArguments(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp887 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
888 if (recognized_frame) { in GetVariables()
890 recognized_frame->GetRecognizedArguments(); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1989 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
1990 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()