Searched refs:thread_plan (Results 1 – 3 of 3) sorted by relevance
101 def __init__(self, thread_plan, dict): argument102 self.thread_plan = thread_plan103 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): argument129 self.thread_plan = thread_plan130 self.start_address = thread_plan.GetThread().GetFrameAtIndex(0).GetPCAddress()131 self.step_thread_plan = thread_plan.QueueThreadPlanForStepOverRange([all …]
84 lldb::ThreadPlanSP thread_plan) override;
453 | ``__init__`` | ``thread_plan``:`lldb.SBThreadPlan`| This is the underlying `SBThreadPlan` th…