Home
last modified time | relevance | path

Searched defs:KillSpawnedProcess (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp107 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
H A DGDBRemoteCommunicationClient.cpp2704 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { KillSpawnedProcess() function in GDBRemoteCommunicationClient
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp485 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess() function in PlatformRemoteGDBServer