| /llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 253 bool ProcessInstanceInfoMatch::ArchitectureMatches( in ArchitectureMatches() 259 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches() 269 bool ProcessInstanceInfoMatch::ProcessIDsMatch( in ProcessIDsMatch() 281 bool ProcessInstanceInfoMatch::UserIDsMatch( in UserIDsMatch() 300 bool ProcessInstanceInfoMatch::Matches( in Matches() 307 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses() 338 void ProcessInstanceInfoMatch::Clear() { in Clear()
|
| /llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 31 class ProcessInstanceInfoMatch; variable 176 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, 275 static uint32_t FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 96 TEST(ProcessInstanceInfoMatch, Name) { in TEST() argument 100 ProcessInstanceInfoMatch match; in TEST()
|
| /llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 44 GetFreeBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, 149 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in GetFreeBSDProcessUserAndGroup() 175 ProcessInstanceInfoMatch match_info_noname{match_info}; in FindProcessesImpl()
|
| /llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 45 static bool GetNetBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, 175 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in GetNetBSDProcessUserAndGroup() 199 ProcessInstanceInfoMatch match_info_noname{match_info}; in FindProcessesImpl()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 297 class ProcessInstanceInfoMatch { 299 ProcessInstanceInfoMatch() = default; 301 ProcessInstanceInfoMatch(const char *process_name, in ProcessInstanceInfoMatch() function
|
| /llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 41 GetOpenBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, 126 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in GetOpenBSDProcessUserAndGroup()
|
| /llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 48 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 20 class ProcessInstanceInfoMatch; variable
|
| /llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.h | 96 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | PlatformAppleSimulator.cpp | 450 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 90 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | Platform.h | 41 class ProcessInstanceInfoMatch; 422 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, 39 class ProcessInstanceInfoMatch; global() variable
|
| /llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 53 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | PlatformRemoteGDBServer.cpp | 307 const ProcessInstanceInfoMatch &match_info, in DoGetGroupName()
|
| /llvm-project/lldb/source/Host/windows/ |
| H A D | Host.cpp | 136 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
|
| /llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 246 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
|
| H A D | Platform.cpp | 916 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() 928 ProcessInstanceInfoMatch match; in GetAllProcesses()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 711 ProcessInstanceInfoMatch match_info; in ProcessIDs() 725 ProcessInstanceInfoMatch match_info; in ProcessNames()
|
| /llvm-project/lldb/source/Host/linux/ |
| H A D | Host.cpp | 331 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in GetProcessAndStatInfo()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 629 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in format()
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 251 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 337 ProcessInstanceInfoMatch match_info; in Handle_qfProcessInfo()
|
| /llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 170 class ProcessInstanceInfoMatch; variable
|
| /llvm-project/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 540 static bool GetMacOSXProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, 649 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
|