Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp693 auto recognized_frame = frame->GetRecognizedFrame(); in DoExecute() local
694 if (recognized_frame) { in DoExecute()
696 recognized_frame->GetRecognizedArguments(); in DoExecute()
/external/llvm-project/lldb/source/API/
DSBFrame.cpp887 auto recognized_frame = frame->GetRecognizedFrame(); in GetVariables() local
888 if (recognized_frame) { in GetVariables()
890 recognized_frame->GetRecognizedArguments(); in GetVariables()
/external/llvm-project/lldb/source/Target/
DThread.cpp1997 if (auto recognized_frame = frame_sp->GetRecognizedFrame()) in GetCurrentException() local
1998 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()