Searched refs:SetSelectedThreadByIndexID (Results 1 – 8 of 8) sorted by relevance
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
142 process_sp->GetThreadList().SetSelectedThreadByIndexID(0); in ParseProcess()
109 bool SetSelectedThreadByIndexID(uint32_t index_id);
392 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { in SetSelectedThreadByIndexID() function in SBProcess393 LLDB_RECORD_METHOD(bool, SBProcess, SetSelectedThreadByIndexID, (uint32_t), in SetSelectedThreadByIndexID()401 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id); in SetSelectedThreadByIndexID()1378 LLDB_REGISTER_METHOD(bool, SBProcess, SetSelectedThreadByIndexID, in RegisterMethods()
169 SetSelectedThreadByIndexID (uint32_t index_id);
675 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID() function in ThreadList
5392 if (GetThreadList().SetSelectedThreadByIndexID(selected_tid) && in RunThreadPlan()
39486 result = (bool)(arg1)->SetSelectedThreadByIndexID(arg2); in _wrap_SBProcess_SetSelectedThreadByIndexID()