Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h338 bool MatchAllProcesses() const;
/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp307 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp160 if (match_info.MatchAllProcesses() || match_info.Matches(process)) in FindProcessesImpl()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp929 assert(match.MatchAllProcesses());
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2295 if (!match_info.MatchAllProcesses()) { in FindProcesses()