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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp119 bool explains_stop = true; local
124 explains_stop = script_interp->ScriptedThreadPlanExplainsStop(
130 return explains_stop;
H A DThreadPlanStepRange.cpp408 bool explains_stop = true; local
415 explains_stop = false;
423 (uint64_t)num_owners, explains_stop);
425 return explains_stop;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1842 bool explains_stop = true; local
1849 explains_stop = LLDBSWIGPythonCallThreadPlan(
1850 generic->GetValue(), "explains_stop", event, script_error);
1854 return explains_stop;

Completed in 114 milliseconds