Lines Matching refs:threads
70 threads = lldbutil.get_stopped_threads(
72 if len(threads) != 1:
81 self.thread = threads[0]
159 threads = lldbutil.get_threads_stopped_at_breakpoint(
162 if len(threads) != 1:
165 self.thread = threads[0]
196 threads = lldbutil.continue_to_breakpoint(
199 len(threads), 1,
201 self.thread = threads[0]
234 threads = lldbutil.continue_to_breakpoint(
237 len(threads), 1,
239 self.thread = threads[0]
271 threads = lldbutil.get_threads_stopped_at_breakpoint(
274 if len(threads) != 1:
277 self.thread = threads[0]
305 threads = lldbutil.get_threads_stopped_at_breakpoint(
308 if len(threads) != 1:
311 self.thread = threads[0]
316 threads = lldbutil.continue_to_breakpoint(
319 len(threads),
322 self.thread = threads[0]