Lines Matching refs:threads
84 threads = lldbutil.get_threads_stopped_at_breakpoint (process, main_before_setProperty_bkpt)
85 self.assertTrue (len(threads) == 1)
86 thread = threads[0]
129 threads = lldbutil.get_stopped_threads (process, lldb.eStopReasonPlanComplete)
130 self.assertTrue (len(threads) == 1)
131 line_entry = threads[0].GetFrameAtIndex(0).GetLineEntry()
138 threads = lldbutil.continue_to_breakpoint (process, handle_SourceBase_bkpt)
139 self.assertTrue (len(threads) == 1)
140 thread = threads[0]
173 threads = lldbutil.continue_to_breakpoint (process, handle_SourceBase_bkpt)
174 self.assertTrue (len(threads) == 1)
175 thread = threads[0]