Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp101 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer
104 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
H A DPlatformAndroidRemoteGDBServer.h48 bool KillSpawnedProcess(lldb::pid_t pid) override;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp407 if (!KillSpawnedProcess(pid)) in KillProcess()
441 KillSpawnedProcess(debugserver_pid); in DebugProcess()
484 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
486 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
528 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h174 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h132 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp328 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
H A DGDBRemoteCommunicationClient.h90 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationClient.cpp2670 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient