Home
last modified time | relevance | path

Searched refs:KillProcess (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp433 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform
435 return Platform::KillProcess(pid); in KillProcess()
437 return m_remote_platform_sp->KillProcess(pid); in KillProcess()
H A DPlatform.cpp1065 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h98 Status KillProcess(const lldb::pid_t pid) override;
H A DPlatform.h347 virtual Status KillProcess(const lldb::pid_t pid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h64 Status KillProcess(const lldb::pid_t pid) override;
H A DPlatformRemoteGDBServer.cpp472 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp620 return platform_sp->KillProcess(pid); in Kill()