Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp245 bool ProcessInstanceInfoMatch::ArchitectureMatches( in ArchitectureMatches()
251 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches()
261 bool ProcessInstanceInfoMatch::ProcessIDsMatch( in ProcessIDsMatch()
273 bool ProcessInstanceInfoMatch::UserIDsMatch( in UserIDsMatch()
292 bool ProcessInstanceInfoMatch::Matches( in Matches()
299 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses()
330 void ProcessInstanceInfoMatch::Clear() { in Clear()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h31 class ProcessInstanceInfoMatch; variable
157 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
255 static uint32_t FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h163 class ProcessInstanceInfoMatch {
165 ProcessInstanceInfoMatch() = default;
167 ProcessInstanceInfoMatch(const char *process_name,
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHost.cpp48 GetFreeBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetFreeBSDProcessArgs()
153 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
179 ProcessInstanceInfoMatch match_info_noname{match_info}; in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp51 static bool GetNetBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetNetBSDProcessArgs()
180 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
204 ProcessInstanceInfoMatch match_info_noname{match_info}; in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/openbsd/
H A DHost.cpp58 GetOpenBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetOpenBSDProcessArgs()
143 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp95 TEST(ProcessInstanceInfoMatch, Name) { in TEST() argument
99 ProcessInstanceInfoMatch match; in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h99 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformAppleSimulator.cpp501 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h88 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatform.h36 class ProcessInstanceInfoMatch; variable
401 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h52 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp307 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp134 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp231 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info, in FindProcessesImpl()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp686 ProcessInstanceInfoMatch match_info; in ProcessIDs()
700 ProcessInstanceInfoMatch match_info; in ProcessNames()
H A DCommandObjectPlatform.cpp1474 ProcessInstanceInfoMatch match_info;
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp358 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
H A DPlatform.cpp983 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp615 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h259 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
H A DGDBRemoteCommunicationServerCommon.cpp337 ProcessInstanceInfoMatch match_info; in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp403 ProcessInstanceInfoMatch match_info; in AttachWaitProcess()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h166 class ProcessInstanceInfoMatch; variable
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm511 static bool GetMacOSXProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr,
620 uint32_t Host::FindProcessesImpl(const ProcessInstanceInfoMatch &match_info,

12