Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py209 selected_thread = False
266 if select_thread and not selected_thread:
268 selected_thread = self.process.SetSelectedThread(
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i517selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5226 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateGenerateChildren() local
5233 if (selected_thread->GetID() == thread->GetID()) in TreeDelegateGenerateChildren()
5257 ThreadSP selected_thread = threads.GetSelectedThread(); in TreeDelegateUpdateSelection() local
5261 if (selected_thread->GetID() == thread->GetID()) { in TreeDelegateUpdateSelection()