Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp359 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in RemoteAwarePlatform
362 return m_remote_platform_sp->FindProcesses(match_info, process_infos); in FindProcesses()
363 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
H A DPlatform.cpp982 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Platform
988 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
996 FindProcesses(match, processes); in GetAllProcesses()
H A DProcess.cpp2863 platform_sp->FindProcesses(match_info, process_infos); in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h48 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h89 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatform.h433 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h157 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h53 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
H A DPlatformRemoteGDBServer.cpp309 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses() function in PlatformRemoteGDBServer
313 return m_gdb_client_up->FindProcesses(match_info, process_infos); in FindProcesses()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp697 platform_sp->FindProcesses(match_info, process_infos); in ProcessIDs()
711 platform_sp->FindProcesses(match_info, process_infos); in ProcessNames()
H A DCommandObjectPlatform.cpp1327 platform_sp->FindProcesses(m_options.match_info, proc_infos); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp611 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Host
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h249 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
H A DGDBRemoteCommunicationServerCommon.cpp405 if (Host::FindProcesses(match_info, m_proc_infos)) { in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp408 Host::FindProcesses(match_info, exclusion_list); in AttachWaitProcess()
427 if (Host::FindProcesses(match_info, loop_process_list)) { in AttachWaitProcess()
H A DGDBRemoteCommunicationClient.cpp2256 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses() function in GDBRemoteCommunicationClient