Searched defs:FindProcesses (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp397 PlatformiOSSimulator::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:PlatformiOSSimulator
H A DPlatformRemoteiOS.cpp769 PlatformRemoteiOS::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:PlatformRemoteiOS
H A DPlatformDarwin.cpp574 PlatformDarwin::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:PlatformDarwin
581 match_count = Platform::FindProcesses (match_info, process_infos);
587 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp445 PlatformFreeBSD::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:PlatformFreeBSD
452 match_count = Platform::FindProcesses (match_info, process_infos);
458 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp284 PlatformRemoteGDBServer::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:PlatformRemoteGDBServer
287 return m_gdb_client.FindProcesses (match_info, process_infos);
/external/lldb/source/Host/linux/
H A DHost.cpp245 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) function in class:Host
/external/lldb/source/Target/
H A DPlatform.cpp624 Platform::FindProcesses (const ProcessInstanceInfoMatch &match_info, function in class:Platform
631 match_count = Host::FindProcesses (match_info, process_infos);
/external/lldb/source/Host/common/
H A DHost.cpp1279 Host::FindProcesses (const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) function in class:Host

Completed in 1188 milliseconds