[Lldb-commits] [PATCH] D136648: [lldb] Emit diagnostic events in the diagnostic dump

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 25 16:30:34 PDT 2022


clayborg added inline comments.


================
Comment at: lldb/include/lldb/Core/Debugger.h:431
+  /// Progress events will be delivered to any debuggers that have listeners
+  /// for the eBroadcastBitError.
+  ///
----------------
This comment seems wrong? The code below asserts and returns in PrivateReportDiagnostic(). Do we want to add a eBroadcastBitInfo?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136648/new/

https://reviews.llvm.org/D136648



More information about the lldb-commits mailing list