lldb: shut up the warning message on quit debugging kernel core file.
authorasou <asou@openbsd.org>
Thu, 22 Aug 2024 08:22:13 +0000 (08:22 +0000)
committerasou <asou@openbsd.org>
Thu, 22 Aug 2024 08:22:13 +0000 (08:22 +0000)
The diff from Yuichiro NAITO.

ok yasuoka

gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/ProcessOpenBSDKernel.h

index 64d90a3..451a5f0 100644 (file)
@@ -43,6 +43,9 @@ public:
 
   lldb_private::DynamicLoader *GetDynamicLoader() override;
 
+  // Process Queries
+  bool WarnBeforeDetach() const override { return false; }
+
 protected:
   bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
                          lldb_private::ThreadList &new_thread_list) override;