I tried that one and it didn’t show color, bit maybe I need to add an overload of dumpColor that allows to pass a raw_ostream<br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 4, 2018 at 6:25 AM Raphael Isemann via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">teemperor added a comment.<br>
<br>
I think Pavel's point is to call the `dump` overload which allows specifying our own custom raw_ostream: <a href="https://clang.llvm.org/doxygen/classclang_1_1Decl.html#a278b3b87b6f9d3b20ed566a8684341a6" rel="noreferrer" target="_blank">https://clang.llvm.org/doxygen/classclang_1_1Decl.html#a278b3b87b6f9d3b20ed566a8684341a6</a> And our raw_ostream is configured by LLDB to correctly choose if we want color or not.<br>
<br>
<br>
<a href="https://reviews.llvm.org/D54072" rel="noreferrer" target="_blank">https://reviews.llvm.org/D54072</a><br>
<br>
<br>
<br>
</blockquote></div>