Searched refs:selected_thread (Results 1 – 4 of 4) sorted by relevance
87 selected_thread = self.process.GetSelectedThread()88 …self.assertEqual(selected_thread.GetIndexID(), self.step_out_thread.GetIndexID(), "Step out change…
211 selected_thread = False268 if select_thread and not selected_thread:270 selected_thread = self.process.SetSelectedThread(
517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
5224 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local5231 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()5255 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local5259 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()