Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py122 def should_step(self): member in SimpleStep
146 def should_step(self): member in StepWithPlan
205 def should_step(self): member in StepCheckingCondition
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1721 bool should_step = false; in ScriptedThreadPlanGetRunState() local
1728 should_step = LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanGetRunState()
1731 should_step = true; in ScriptedThreadPlanGetRunState()
1733 if (should_step) in ScriptedThreadPlanGetRunState()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst464 | ``should_step`` | ``None`` | Return ``True`` if you want lldb to inst…