Home
last modified time | relevance | path

Searched refs:selected_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/tools/gdb/
H A Dacttrace.py26 curthread = gdb.selected_thread()
H A Dpcpu.py26 cpuid = tdfind(gdb.selected_thread().ptid[2])['td_oncpu']
H A Dvnet.py34 vnet = tdfind(gdb.selected_thread().ptid[2])['td_vnet']
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i93 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.''')
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5248 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local
5255 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()
5279 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local
5283 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()