Searched refs:selected_thread (Results 1 – 5 of 5) sorted by relevance
26 curthread = gdb.selected_thread()
26 cpuid = tdfind(gdb.selected_thread().ptid[2])['td_oncpu']
34 vnet = tdfind(gdb.selected_thread().ptid[2])['td_vnet']
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()