Home
last modified time | relevance | path

Searched refs:FindProcesses (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp398 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in RemoteAwarePlatform
401 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
403 return m_remote_platform_sp->FindProcesses(match_info, process_infos); in FindProcesses()
H A DPlatform.cpp1001 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Platform
1007 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
H A DProcess.cpp2785 platform_sp->FindProcesses(match_info, process_infos); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h88 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatform.h423 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h177 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h59 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp378 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses() function in PlatformRemoteGDBServer
381 return m_gdb_client.FindProcesses(match_info, process_infos); in FindProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp685 platform_sp->FindProcesses(match_info, process_infos); in ProcessIDs()
699 platform_sp->FindProcesses(match_info, process_infos); in ProcessNames()
H A DCommandObjectPlatform.cpp1111 platform_sp->FindProcesses(m_options.match_info, proc_infos); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h294 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
H A DGDBRemoteCommunicationServerCommon.cpp402 if (Host::FindProcesses(match_info, m_proc_infos)) { in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp380 Host::FindProcesses(match_info, exclusion_list); in AttachWaitProcess()
399 if (Host::FindProcesses(match_info, loop_process_list)) { in AttachWaitProcess()
H A DGDBRemoteCommunicationClient.cpp2212 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp705 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Host