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.cpp400 if (!KillSpawnedProcess(pid)) in KillProcess()
436 KillSpawnedProcess(debugserver_pid); in DebugProcess()
479 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
481 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
524 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h178 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h71 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp241 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
259 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.cpp2723 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient