================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to