Home
last modified time | relevance | path

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

/freebsd/libexec/kgdb/
H A Dacttrace.py41 curthread = gdb.selected_thread()
/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()