Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp134 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()
185 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseKernel()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h109 bool SetSelectedThreadByIndexID(uint32_t index_id);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i169 SetSelectedThreadByIndexID (uint32_t index_id);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp711 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() function in ThreadList
H A DProcess.cpp5439 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()