[Lldb-commits] [PATCH] D135621: [lldb] Add an always-on log channel

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 11 11:53:31 PDT 2022


clayborg added a comment.

> It might be nice to also have a "diagnostics" log channel that _can_ be enabled, and any diagnostic messages would then also be included in the log output but only if enabled by the user?

And if the logging gets enabled, we can write out all of the diagnostics and are in the circular buffer if the "log enable lldb diagnostics" is enabled, then as each diagnostic is reported, the Diagnostics::Report(...) call could emit the log messages real time.


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

https://reviews.llvm.org/D135621



More information about the lldb-commits mailing list