Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp717 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
718 if (recognized_frame) { in DoExecute()
720 recognized_frame->GetRecognizedArguments(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp1036 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
1037 if (recognized_frame) { in GetVariables()
1039 recognized_frame->GetRecognizedArguments(); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2209 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
2210 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()