Searched refs:selected_thread (Results 1 – 6 of 6) sorted by relevance
22 static StackFrameSP FindMostRelevantFrame(Thread &selected_thread) { in FindMostRelevantFrame() argument30 selected_thread.GetStackFrameAtIndex(stack_idx); in FindMostRelevantFrame()46 most_relevant_frame_sp = selected_thread.GetStackFrameAtIndex(stack_idx); in FindMostRelevantFrame()
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.''')
5250 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local5257 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()5281 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local5285 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()