[lldb] [llvm] [lldb][Process/FreeBSDKernel] Print unread message buffer on start (PR #178027)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 19 03:32:46 PST 2026


================
@@ -49,6 +49,11 @@ class ProcessFreeBSDKernel : public lldb_private::PostMortemProcess {
                           lldb_private::ThreadList &new_thread_list) override;
 
   lldb::addr_t FindSymbol(const char *name);
+
+private:
+  void PrintUnreadMessageBuffer();
+
+  bool m_displayed_crash_info = false;
----------------
DavidSpickett wrote:

This should also refer to the message buffer rather than crash info.

https://github.com/llvm/llvm-project/pull/178027


More information about the llvm-commits mailing list