Searched defs:KillSpawnedProcess (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Android/ | ||
H A D | PlatformAndroidRemoteGDBServer.cpp | 107 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | GDBRemoteCommunicationServerPlatform.cpp | 334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform |
H A D | GDBRemoteCommunicationClient.cpp | 2704 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { KillSpawnedProcess() function in GDBRemoteCommunicationClient |
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ | ||
H A D | PlatformRemoteGDBServer.cpp | 485 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess() function in PlatformRemoteGDBServer |