Home
last modified time | relevance | path

Searched refs:SetSelectedThread (Results 1 – 4 of 4) sorted by relevance

/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/include/lldb/API/
H A DSBProcess.h111 bool SetSelectedThread(const lldb::SBThread &thread);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp346 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44351 result = (bool)(arg1)->SetSelectedThread((lldb::SBThread const &)*arg2); in _wrap_SBProcess_SetSelectedThread()