Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp466 if (!KillSpawnedProcess(pid)) in KillProcess()
511 KillSpawnedProcess(debugserver_pid); in DebugProcess()
553 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
554 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()
597 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h189 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h98 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp265 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
271 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
H A DGDBRemoteCommunicationClient.h86 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationClient.cpp2533 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient