Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h205 bool MatchAllProcesses() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp299 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2220 if (!match_info.MatchAllProcesses()) { in FindProcesses()