Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp908 lldb::StopInfoSP real_stop_info_sp = call_plan_sp->GetRealStopInfo(); in Execute() local
909 if (real_stop_info_sp) in Execute()
910 error_desc = real_stop_info_sp->GetDescription(); in Execute()