Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py27 obj.SetSelectedThread(lldb.SBThread())
/llvm-project-15.0.7/lldb/test/API/lang/objc/print-obj/
H A DTestPrintObj.py69 process.SetSelectedThread(other_thread)
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py104 process.SetSelectedThread(stepping_thread)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i163 SetSelectedThread (const lldb::SBThread &thread);
517 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/
H A DTestCreateDuringStep.py118 process.SetSelectedThread(stepping_thread)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h105 bool SetSelectedThread(const lldb::SBThread &thread);
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py270 selected_thread = self.process.SetSelectedThread(
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp342 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1923 frame.GetThread().GetProcess().SetSelectedThread(frame.GetThread()); in request_scopes()