Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp683 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
684 if (recognized_frame) { in DoExecute()
686 recognized_frame->GetRecognizedArguments(); in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFrame.cpp859 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
860 if (recognized_frame) { in GetVariables()
862 recognized_frame->GetRecognizedArguments(); in GetVariables()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1982 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
1983 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()