Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i163 SetSelectedThread (const lldb::SBThread &thread);
514 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h105 bool SetSelectedThread(const lldb::SBThread &thread);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp362 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
363 LLDB_RECORD_METHOD(bool, SBProcess, SetSelectedThread, in SetSelectedThread()
1375 LLDB_REGISTER_METHOD(bool, SBProcess, SetSelectedThread, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39432 result = (bool)(arg1)->SetSelectedThread((lldb::SBThread const &)*arg2); in _wrap_SBProcess_SetSelectedThread()