Searched refs:thread_ids (Results 1 – 6 of 6) sorted by relevance
155 llvm::DenseSet<lldb::tid_t> thread_ids; member
223 old_thread_ids.swap(g_vsc.thread_ids); in SendThreadStoppedEvent()265 g_vsc.thread_ids.insert(thread.GetThreadID()); in SendThreadStoppedEvent()273 auto end = g_vsc.thread_ids.end(); in SendThreadStoppedEvent()274 auto pos = g_vsc.thread_ids.find(tid); in SendThreadStoppedEvent()
768 thread_ids = []771 thread_ids.extend(new_thread_infos)772 return thread_ids
346 size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids,
2903 std::vector<lldb::tid_t> &thread_ids, bool &sequence_mutex_unavailable) { in GetCurrentThreadIDs() argument2905 thread_ids.clear(); in GetCurrentThreadIDs()2917 thread_ids.push_back(id.second); in GetCurrentThreadIDs()2920 return thread_ids.size(); in GetCurrentThreadIDs()
1400 StringExtractorGDBRemote thread_ids{value}; in UpdateThreadIDsFromStopReplyThreadsValue() local1403 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue()1410 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()