Searched refs:explains_stop (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp124 bool explains_stop = true; local
132 explains_stop = script_interp->ScriptedThreadPlanExplainsStop(
138 return explains_stop;
H A DThreadPlanStepRange.cpp412 bool explains_stop = true; local
419 explains_stop = false;
427 (uint64_t)num_owners, explains_stop);
429 return explains_stop;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1908 bool explains_stop = true; local
1915 explains_stop = LLDBSWIGPythonCallThreadPlan(
1916 generic->GetValue(), "explains_stop", event, script_error);
1920 return explains_stop;

Completed in 113 milliseconds