| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 359 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 D | Platform.cpp | 986 uint32_t Platform::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Platform 992 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
|
| H A D | Process.cpp | 2834 platform_sp->FindProcesses(match_info, process_infos); in Attach()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 48 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 89 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | Platform.h | 402 virtual uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.h | 99 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | PlatformAppleSimulator.cpp | 512 uint32_t PlatformAppleSimulator::FindProcesses( in FindProcesses() function in PlatformAppleSimulator 517 const uint32_t n = Host::FindProcesses(match_info, all_osx_process_infos); in FindProcesses()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Host.h | 157 static uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 53 uint32_t FindProcesses(const ProcessInstanceInfoMatch &match_info,
|
| H A D | PlatformRemoteGDBServer.cpp | 303 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses() function in PlatformRemoteGDBServer 307 return m_gdb_client_up->FindProcesses(match_info, process_infos); in FindProcesses()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 687 platform_sp->FindProcesses(match_info, process_infos); in ProcessIDs() 701 platform_sp->FindProcesses(match_info, process_infos); in ProcessNames()
|
| H A D | CommandObjectPlatform.cpp | 1279 platform_sp->FindProcesses(m_options.match_info, proc_infos); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 613 uint32_t Host::FindProcesses(const ProcessInstanceInfoMatch &match_info, in FindProcesses() function in Host
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 252 uint32_t FindProcesses(const ProcessInstanceInfoMatch &process_match_info,
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 405 if (Host::FindProcesses(match_info, m_proc_infos)) { in Handle_qfProcessInfo()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 410 Host::FindProcesses(match_info, exclusion_list); in AttachWaitProcess() 429 if (Host::FindProcesses(match_info, loop_process_list)) { in AttachWaitProcess()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2264 uint32_t GDBRemoteCommunicationClient::FindProcesses( in FindProcesses() function in GDBRemoteCommunicationClient
|