| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 271 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform 273 return m_remote_platform_sp->KillProcess(pid); in KillProcess() 274 return Platform::KillProcess(pid); in KillProcess()
|
| H A D | Platform.cpp | 989 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedPlatformInterface.h | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedPlatformPythonInterface.h | |
| H A D | ScriptedPlatformPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedPlatformInterface.h | 43 virtual Status KillProcess(lldb::pid_t pid) { in KillProcess() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPlatformPythonInterface.h | 49 Status KillProcess(lldb::pid_t pid) override;
|
| H A D | ScriptedPlatformPythonInterface.cpp | 94 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess() function in ScriptedPlatformPythonInterface
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 100 Status KillProcess(const lldb::pid_t pid) override;
|
| H A D | Platform.h | 348 virtual Status KillProcess(const lldb::pid_t pid);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 58 Status KillProcess(const lldb::pid_t pid) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 399 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 531 llvm::Expected<int> KillProcess(lldb::pid_t pid);
|
| H A D | GDBRemoteCommunicationClient.cpp | 4357 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess() function in GDBRemoteCommunicationClient
|
| H A D | ProcessGDBRemote.cpp | 2538 llvm::Expected<int> kill_res = m_gdb_comm.KillProcess(GetID()); in DoDestroy()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 617 return platform_sp->KillProcess(pid); in Kill()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 497 TEST(MyDeathTest, KillProcess) { 498 EXPECT_EXIT(KillProcess(), testing::KilledBySignal(SIGKILL), 508 * calling `KillProcess()` kills the process with signal `SIGKILL`.
|