/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 | 984 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/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPlatformPythonInterface.cpp | 92 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 | 345 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 | 406 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 | 520 llvm::Expected<int> KillProcess(lldb::pid_t pid);
|
H A D | GDBRemoteCommunicationClient.cpp | 4337 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess() function in GDBRemoteCommunicationClient
|
H A D | ProcessGDBRemote.cpp | 2449 llvm::Expected<int> kill_res = m_gdb_comm.KillProcess(GetID()); in DoDestroy()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 620 return platform_sp->KillProcess(pid); in GetFilePermissions()
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 452 TEST(MyDeathTest, KillProcess) { 453 EXPECT_EXIT(KillProcess(), testing::KilledBySignal(SIGKILL), 463 * calling `KillProcess()` kills the process with signal `SIGKILL`.
|