Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h204 bool MatchAllProcesses() const;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp158 if (match_info.MatchAllProcesses() || match_info.Matches(process)) in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp299 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2269 if (!match_info.MatchAllProcesses()) { in FindProcesses()