Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp473 if (!KillSpawnedProcess(pid)) in KillProcess()
516 KillSpawnedProcess(debugserver_pid); in DebugProcess()
558 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer
559 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()
601 KillSpawnedProcess(debugserver_pid); in Attach()
H A DPlatformRemoteGDBServer.h181 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h132 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp335 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
341 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
H A DGDBRemoteCommunicationClient.h111 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationClient.cpp2639 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient