Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp407 if (!KillSpawnedProcess(pid)) in KillProcess()
442 KillSpawnedProcess(debugserver_pid); in DebugProcess()
485 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
487 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
530 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h175 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd/contrib/llvm-project/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.cpp2675 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient