Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1633 bool should_step = false; in ScriptedThreadPlanGetRunState() local
1640 should_step = SWIGBridge::LLDBSWIGPythonCallThreadPlan( in ScriptedThreadPlanGetRunState()
1643 should_step = true; in ScriptedThreadPlanGetRunState()
1645 if (should_step) in ScriptedThreadPlanGetRunState()