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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 4 05:34:17 PST 2018


zturner added a subscriber: davide.
zturner added a comment.

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?


https://reviews.llvm.org/D54072





More information about the lldb-commits mailing list