Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp401 if (!KillSpawnedProcess(pid)) in KillProcess()
435 KillSpawnedProcess(debugserver_pid); in DebugProcess()
478 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
480 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
522 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h175 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp107 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer
110 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
H A DPlatformAndroidRemoteGDBServer.h48 bool KillSpawnedProcess(lldb::pid_t pid) override;
/openbsd-src/gnu/llvm/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.h89 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationClient.cpp2678 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient