Home
last modified time | relevance | path

Searched refs:KillSpawnedProcess (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp100 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer
102 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()
DPlatformAndroidRemoteGDBServer.h48 bool KillSpawnedProcess(lldb::pid_t pid) override;
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp469 if (!KillSpawnedProcess(pid)) in KillProcess()
514 KillSpawnedProcess(debugserver_pid); in DebugProcess()
556 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
557 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()
601 KillSpawnedProcess(debugserver_pid); in Attach()
DPlatformRemoteGDBServer.h181 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h132 bool KillSpawnedProcess(lldb::pid_t pid);
DGDBRemoteCommunicationServerPlatform.cpp334 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
340 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
DGDBRemoteCommunicationClient.h105 bool KillSpawnedProcess(lldb::pid_t pid);
DGDBRemoteCommunicationClient.cpp2594 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient