Home
last modified time | relevance | path

Searched defs:should_step (Results 1 – 2 of 2) 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