Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py101 def __init__(self, thread_plan, dict): argument
102 self.thread_plan = thread_plan
117 self.thread_plan.SetPlanComplete(True)
128 def __init__(self, thread_plan, dict): argument
129 self.thread_plan = thread_plan
141 self.thread_plan.SetPlanComplete(True)
156 def __init__(self, thread_plan, dict): argument
157 self.thread_plan = thread_plan
181 self.thread_plan.SetPlanComplete(True)
216 def __init__(self, thread_plan, dict): argument
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h84 lldb::ThreadPlanSP thread_plan) override;
/openbsd/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst453 | ``__init__`` | ``thread_plan``:`lldb.SBThreadPlan`| This is the underlying `SBThreadPlan` th…