[Lldb-commits] [PATCH] D54072: Add a command to dump a module's clang ast.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 4 05:32:48 PST 2018


Ok so probably this commands output will not go to a log file when logging
is enabled? I can’t think of any other side effects.

Given that the immediate use case for this is interactive investigation and
testing, the first of which is helped by color output and the second of
which doesn’t need logging, what do you think of allowing it as is?
On Sun, Nov 4, 2018 at 5:19 AM Zachary Turner via Phabricator <
reviews at reviews.llvm.org> wrote:

> zturner added a subscriber: vsk.
> zturner added a comment.
>
> Unfortunately then color output is impossible. Where else would the output
> be expected to go?
>
>
> https://reviews.llvm.org/D54072
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181104/e14dcb07/attachment.html>


More information about the lldb-commits mailing list