Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp15 constexpr lldb::pid_t StringExtractorGDBRemote::AllProcesses; member in StringExtractorGDBRemote
652 pid = AllProcesses; in GetPidTid()
672 } else if (view.consumeInteger(16, tid) || tid == 0 || pid == AllProcesses) { in GetPidTid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h208 static constexpr lldb::pid_t AllProcesses = UINT64_MAX; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1764 lldb::pid_t pid = StringExtractorGDBRemote::AllProcesses; in Handle_vCont()
1800 if (pid == StringExtractorGDBRemote::AllProcesses) { in Handle_vCont()
2367 if (pid == StringExtractorGDBRemote::AllProcesses) in Handle_H()
H A DGDBRemoteCommunicationClient.cpp1179 if (pid == StringExtractorGDBRemote::AllProcesses) in GetDefaultThreadId()
H A DProcessGDBRemote.cpp1415 tid != StringExtractorGDBRemote::AllProcesses) in UpdateThreadIDsFromStopReplyThreadsValue()