Searched defs:should_step (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/lldb/examples/python/ | ||
H A D | scripted_step.py | 122 def should_step(self): member in SimpleStep |
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | ScriptInterpreterPython.cpp | 1721 bool should_step = false; in ScriptedThreadPlanGetRunState() local |