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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h95 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationServerPlatform.cpp257 if (KillSpawnedProcess(pid))
263 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { function in class:GDBRemoteCommunicationServerPlatform
H A DGDBRemoteCommunicationClient.h104 bool KillSpawnedProcess(lldb::pid_t pid);
H A DGDBRemoteCommunicationClient.cpp2582 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { function in class:GDBRemoteCommunicationClient
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp469 if (!KillSpawnedProcess(pid))
514 KillSpawnedProcess(debugserver_pid);
556 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { function in class:PlatformRemoteGDBServer
557 return m_gdb_client.KillSpawnedProcess(pid);
601 KillSpawnedProcess(debugserver_pid);
H A DPlatformRemoteGDBServer.h184 virtual bool KillSpawnedProcess(lldb::pid_t pid);

Completed in 176 milliseconds