Home
last modified time | relevance | path

Searched refs:AllProcesses (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp14 constexpr lldb::pid_t StringExtractorGDBRemote::AllProcesses; member in StringExtractorGDBRemote
628 pid = AllProcesses; in GetPidTid()
648 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h197 static constexpr lldb::pid_t AllProcesses = UINT64_MAX; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2135 if (pid == StringExtractorGDBRemote::AllProcesses) in Handle_H()
3763 if (!allow_all && pid == StringExtractorGDBRemote::AllProcesses) in ReadTid()
3773 if (pid != StringExtractorGDBRemote::AllProcesses) { in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1136 if (pid == StringExtractorGDBRemote::AllProcesses) in GetDefaultThreadId()
H A DProcessGDBRemote.cpp1509 tid != StringExtractorGDBRemote::AllProcesses) in UpdateThreadIDsFromStopReplyThreadsValue()