Home
last modified time | relevance | path

Searched refs:thread_ids (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h345 size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids,
H A DGDBRemoteCommunicationClient.cpp2929 std::vector<lldb::tid_t> &thread_ids, bool &sequence_mutex_unavailable) { in GetCurrentThreadIDs() argument
2931 thread_ids.clear(); in GetCurrentThreadIDs()
2943 thread_ids.push_back(id.second); in GetCurrentThreadIDs()
2946 return thread_ids.size(); in GetCurrentThreadIDs()
H A DProcessGDBRemote.cpp1408 StringExtractorGDBRemote thread_ids{value}; in UpdateThreadIDsFromStopReplyThreadsValue() local
1411 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue()
1418 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()