Searched refs:AllProcesses (Results 1 – 5 of 5) sorted by relevance
14 constexpr lldb::pid_t StringExtractorGDBRemote::AllProcesses; member in StringExtractorGDBRemote628 pid = AllProcesses; in GetPidTid()648 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
197 static constexpr lldb::pid_t AllProcesses = UINT64_MAX; variable
2135 if (pid == StringExtractorGDBRemote::AllProcesses) in Handle_H()3763 if (!allow_all && pid == StringExtractorGDBRemote::AllProcesses) in ReadTid()3773 if (pid != StringExtractorGDBRemote::AllProcesses) { in ReadTid()
1136 if (pid == StringExtractorGDBRemote::AllProcesses) in GetDefaultThreadId()
1509 tid != StringExtractorGDBRemote::AllProcesses) in UpdateThreadIDsFromStopReplyThreadsValue()