Home
last modified time | relevance | path

Searched refs:SetSelectedThreadByIndexID (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h109 bool SetSelectedThreadByIndexID(uint32_t index_id);
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template65 process.SetSelectedThreadByIndexID(0);
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp120 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i169 SetSelectedThreadByIndexID (uint32_t index_id);
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp369 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { in SetSelectedThreadByIndexID() function in SBProcess
377 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp676 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() function in ThreadList
H A DProcess.cpp5418 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()