Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.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()
HDPlatformRemoteGDBServer.h178 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.h132 bool KillSpawnedProcess(lldb::pid_t pid);
HDGDBRemoteCommunicationServerPlatform.cpp330 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
336 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
HDGDBRemoteCommunicationClient.h90 bool KillSpawnedProcess(lldb::pid_t pid);
HDGDBRemoteCommunicationClient.cpp2704 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient