Home
last modified time | relevance | path

Searched refs:ProcessInstanceInfoMatch (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp253 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 DHost.h31 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 DProcessInstanceInfoTest.cpp96 TEST(ProcessInstanceInfoMatch, Name) { in TEST() argument
100 ProcessInstanceInfoMatch match; in TEST()
/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp44 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 DHostNetBSD.cpp45 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 DProcessInfo.h297 class ProcessInstanceInfoMatch {
299 ProcessInstanceInfoMatch() = default;
301 ProcessInstanceInfoMatch(const char *process_name, in ProcessInstanceInfoMatch() function
/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp41 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 DPlatformQemuUser.h48 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h20 class ProcessInstanceInfoMatch; variable
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h96 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformAppleSimulator.cpp450 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h90 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatform.h41 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 DPlatformRemoteGDBServer.h53 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp307 const ProcessInstanceInfoMatch &match_info, in DoGetGroupName()
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp136 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp246 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
H A DPlatform.cpp916 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
928 ProcessInstanceInfoMatch match; in GetAllProcesses()
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp711 ProcessInstanceInfoMatch match_info; in ProcessIDs()
725 ProcessInstanceInfoMatch match_info; in ProcessNames()
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp331 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in GetProcessAndStatInfo()
/llvm-project/lldb/source/Host/common/
H A DHost.cpp629 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in format()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h251 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
H A DGDBRemoteCommunicationServerCommon.cpp337 ProcessInstanceInfoMatch match_info; in Handle_qfProcessInfo()
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h170 class ProcessInstanceInfoMatch; variable
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm540 static bool GetMacOSXProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr,
649 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,

12