Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp55 GetOpenBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetOpenBSDProcessArgs()
140 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp46 GetFreeBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetFreeBSDProcessArgs()
150 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp46 static bool GetNetBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, in GetNetBSDProcessArgs()
153 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h191 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h63 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp370 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h111 uint32_t FindProcesses(const lldb_private::ProcessInstanceInfoMatch &match_info,
H A DPlatformPOSIX.cpp278 PlatformPOSIX::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h308 class ProcessInstanceInfoMatch {
310 ProcessInstanceInfoMatch() in ProcessInstanceInfoMatch() function
314 ProcessInstanceInfoMatch(const char *process_name, in ProcessInstanceInfoMatch() function
H A DPlatform.h464 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h283 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
H A DGDBRemoteCommunicationServerCommon.cpp340 ProcessInstanceInfoMatch match_info; in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2104 const ProcessInstanceInfoMatch &match_info, in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1391 ProcessInstanceInfoMatch match_info;
1571 ProcessInstanceInfoMatch match_info; in HandleOptionArgumentCompletion()
H A DCommandObjectProcess.cpp399 ProcessInstanceInfoMatch match_info; in HandleOptionArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h183 class ProcessInstanceInfoMatch; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp584 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches()
594 bool ProcessInstanceInfoMatch::Matches( in Matches()
630 bool ProcessInstanceInfoMatch::MatchAllProcesses() const { in MatchAllProcesses()
661 void ProcessInstanceInfoMatch::Clear() { in Clear()
3035 ProcessInstanceInfoMatch match_info; in Attach()
H A DPlatform.cpp1034 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses()