Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h338 bool MatchAllProcesses() const;
/src/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp307 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() function in ProcessInstanceInfoMatch
/src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp925 assert(match.MatchAllProcesses()); in GetAllProcesses()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2293 if (!match_info.MatchAllProcesses()) { in FindProcesses()