Searched refs:selected_thread (Results 1 – 3 of 3) sorted by relevance
41 curthread = gdb.selected_thread()
93 selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that gets/sets the currently selected thread in this process. The getter returns a lldb.SBThread object and the setter takes an lldb.SBThread object.''')
5248 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local5255 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()5279 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local5283 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()