Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i163 SetSelectedThread (const lldb::SBThread &thread);
517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h105 bool SetSelectedThread(const lldb::SBThread &thread);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dperformance.py268 selected_thread = self.process.SetSelectedThread(
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp342 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1933 frame.GetThread().GetProcess().SetSelectedThread(frame.GetThread()); in request_scopes()