[Lldb-commits] [PATCH] D49334: Added syntax highlighting support

2018-07-13 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. Also: This patch doesn't answer the question how the user will be able to configure the specific colors used for each token (i.e. there is only one style available at the moment). The reason for this is that there seems to be a lot of opinions about whether we want to

[Lldb-commits] [PATCH] D49334: Added syntax highlighting support

2018-07-13 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added a subscriber: mgorny. This patch adds syntax highlighting support to LLDB. When enabled (and lldb is allowed to use colors), printed source code is annotated with the ANSI color escape sequences. So far we have only one highlighter which is based on