Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py101 def __init__(self, thread_plan, dict): argument
102 self.thread_plan = thread_plan
103 self.start_address = thread_plan.GetThread().GetFrameAtIndex(0).GetPC()
108 if self.thread_plan.GetThread().GetStopReason() == lldb.eStopReasonTrace:
114 cur_pc = self.thread_plan.GetThread().GetFrameAtIndex(0).GetPC()
117 self.thread_plan.SetPlanComplete(True)
128 def __init__(self, thread_plan, dict): argument
129 self.thread_plan = thread_plan
130 self.start_address = thread_plan.GetThread().GetFrameAtIndex(0).GetPCAddress()
131 self.step_thread_plan = thread_plan.QueueThreadPlanForStepOverRange(
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h84 lldb::ThreadPlanSP thread_plan) override;
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst453 | ``__init__`` | ``thread_plan``:`lldb.SBThreadPlan`| This is the underlying `SBThreadPlan` th…