[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 4 11:56:01 PST 2018


zturner added a comment.

So I tried to go down this route, but alas, I still can't come up with a good way to make color output work, because the Stream is not a `StreamFile` object, it is a `StreamString` object, even when the output is going to a terminal.   We could have an argument such as `--color` but perhaps it should be the default and the option should be `--no-color`.


https://reviews.llvm.org/D54053





More information about the lldb-commits mailing list