Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dscripted_step.py103 def __init__(self, thread_plan, dict): argument
104 self.thread_plan = thread_plan
119 self.thread_plan.SetPlanComplete(True)
130 def __init__(self, thread_plan, dict): argument
131 self.thread_plan = thread_plan
143 self.thread_plan.SetPlanComplete(True)
158 def __init__(self, thread_plan, dict): argument
159 self.thread_plan = thread_plan
183 self.thread_plan.SetPlanComplete(True)
218 def __init__(self, thread_plan, dict): argument
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DSteps.py4 def __init__(self, thread_plan): argument
5 self.thread_plan = thread_plan
15 self.thread_plan.SetPlanComplete(True)
26 def __init__(self, thread_plan, dict): argument
27 StepWithChild.__init__(self, thread_plan)
33 def __init__(self, thread_plan, dict): argument
34 StepWithChild.__init__(self, thread_plan)
41 def __init__(self, thread_plan, args_data, dict): argument
56 StepWithChild.__init__(self, thread_plan)
90 self.thread_plan = thread_plan
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A Dwrap_step_over.py4 def __init__(self, thread_plan, args_data, dict): argument
5 self.plan = thread_plan
6 thread = thread_plan.GetThread()
14 self.sub_plan = thread_plan.QueueThreadPlanForStepOverRange(start_addr, range_size)
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A Dthread_plan_script.py10 def __init__(self, thread_plan, dict): argument
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h84 lldb::ThreadPlanSP thread_plan) override;
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst453 | ``__init__`` | ``thread_plan``:`lldb.SBThreadPlan`| This is the underlying `SBThreadPlan` th…