Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_process.py27 obj.SetSelectedThread(lldb.SBThread())
/external/llvm-project/lldb/test/API/lang/objc/print-obj/
DTestPrintObj.py72 process.SetSelectedThread(other_thread)
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i165 SetSelectedThread (const lldb::SBThread &thread);
500 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/
DTestExitDuringStep.py106 process.SetSelectedThread(stepping_thread)
/external/llvm-project/lldb/test/API/functionalities/thread/create_during_step/
DTestCreateDuringStep.py120 process.SetSelectedThread(stepping_thread)
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h105 bool SetSelectedThread(const lldb::SBThread &thread);
/external/llvm-project/lldb/examples/python/
Dperformance.py261 selected_thread = self.process.SetSelectedThread(
/external/llvm-project/lldb/source/API/
DSBProcess.cpp383 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread() function in SBProcess
384 LLDB_RECORD_METHOD(bool, SBProcess, SetSelectedThread, in SetSelectedThread()
1352 LLDB_REGISTER_METHOD(bool, SBProcess, SetSelectedThread, in RegisterMethods()
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1795 frame.GetThread().GetProcess().SetSelectedThread(frame.GetThread()); in request_scopes()