[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
Wed Oct 12 02:11:09 PDT 2022


DavidSpickett added a comment.

> Technically yes, but then we have two ad-hoc solutions that support half the log handlers. I think if we care about that we might as well go with the T-based log handler behind the scenes.

Sure. More wondering whether the choice between circular buffer and file is a whole lot of code, but it isn't if we already have buffers.

Saving log files only sounds good to me.


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

https://reviews.llvm.org/D135631



More information about the lldb-commits mailing list