Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py105 def explains_stop(self, event): member in SimpleStep
134 def explains_stop(self, event): member in StepWithPlan
170 def explains_stop(self, event): member in StepCheckingCondition
229 def explains_stop(self, event): member in FinishPrintAndContinue
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp116 bool explains_stop = true; in DoPlanExplainsStop() local
121 explains_stop = script_interp->ScriptedThreadPlanExplainsStop( in DoPlanExplainsStop()
127 return explains_stop; in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp404 bool explains_stop = true; in NextRangeBreakpointExplainsStop() local
411 explains_stop = false; in NextRangeBreakpointExplainsStop()
419 (uint64_t)num_owners, explains_stop); in NextRangeBreakpointExplainsStop()
421 return explains_stop; in NextRangeBreakpointExplainsStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1670 bool explains_stop = true; in ScriptedThreadPlanExplainsStop() local
1677 explains_stop = LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanExplainsStop()
1682 return explains_stop; in ScriptedThreadPlanExplainsStop()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst457 | ``explains_stop`` | ``event``: `lldb.SBEvent` | Return True if this stop is part of your…
483 your explains_stop and should_stop methods won't get called until the