Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp246 RemoteAwarePlatform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in RemoteAwarePlatform
249 return m_remote_platform_sp->FindProcesses(match_info, process_infos); in FindProcesses()
250 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
HDPlatform.cpp912 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Platform
918 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
926 FindProcesses(match, processes); in GetAllProcesses()
HDProcess.cpp3026 platform_sp->FindProcesses(match_info, process_infos); in Attach()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.h48 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRemoteAwarePlatform.h90 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
HDPlatform.h420 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHost.h157 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h53 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
HDPlatformRemoteGDBServer.cpp309 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses() function in PlatformRemoteGDBServer
313 return m_gdb_client_up->FindProcesses(match_info, process_infos); in FindProcesses()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.cpp712 platform_sp->FindProcesses(match_info, process_infos); in ProcessIDs()
726 platform_sp->FindProcesses(match_info, process_infos); in ProcessNames()
HDCommandObjectPlatform.cpp1254 platform_sp->FindProcesses(m_options.match_info, proc_infos); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp644 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Host
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h251 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
HDGDBRemoteCommunicationServerCommon.cpp405 if (Host::FindProcesses(match_info, m_proc_infos)) { in Handle_qfProcessInfo()
HDGDBRemoteCommunicationServerLLGS.cpp408 Host::FindProcesses(match_info, exclusion_list); in AttachWaitProcess()
427 if (Host::FindProcesses(match_info, loop_process_list)) { in AttachWaitProcess()
HDGDBRemoteCommunicationClient.cpp2285 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses() function in GDBRemoteCommunicationClient