[Lldb-commits] [PATCH] D135631: [lldb] Copy log files into diagnostic directory (RFC)

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 11 06:22:38 PDT 2022


DavidSpickett added a comment.

Also is the buffer option the same as "circular" here?

  -h <log-handler> ( --log-handler <log-handler> )
       Specify a log handler which determines where log messages are written.
       Values: default | stream | circular | os

So we could have diagnostics also save anything kept in "circular", on the off chance that writing to a file isn't possible.


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

https://reviews.llvm.org/D135631



More information about the lldb-commits mailing list