Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
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()
DPlatformRemoteGDBServer.h181 virtual bool KillSpawnedProcess(lldb::pid_t pid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h132 bool KillSpawnedProcess(lldb::pid_t pid);
DGDBRemoteCommunicationServerPlatform.cpp335 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()
341 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
DGDBRemoteCommunicationClient.h111 bool KillSpawnedProcess(lldb::pid_t pid);
DGDBRemoteCommunicationClient.cpp2639 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient