Home
last modified time | relevance | path

Searched refs:MatchAllProcesses (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h255 bool MatchAllProcesses() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp306 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp995 assert(match.MatchAllProcesses()); in GetAllProcesses()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2264 if (!match_info.MatchAllProcesses()) { in FindProcesses()