Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1925 bool should_step = false; in ScriptedThreadPlanGetRunState() local
1932 should_step = g_swig_call_thread_plan(generic->GetValue(), "should_step", in ScriptedThreadPlanGetRunState()
1935 should_step = true; in ScriptedThreadPlanGetRunState()
1937 if (should_step) in ScriptedThreadPlanGetRunState()