[Lldb-commits] [PATCH] D20835: Mark the current column when displaying the context of the current breakpoint on the terminal.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 14 09:17:02 PDT 2016


tfiala added a comment.

Greg had a few pieces of feedback as well that we just discussed:

- Change the on/off switch for column marking to support the following states:
  - terminal-code-only (i.e. only do terminal code highlighting, not the text caret)
  - terminal-code + text caret
  - text caret only
  - off

- Add a pre and post terminal-code-format format string option for the marker.  This allows the user to modify what kind of highlighting the user can do.  It will default to the way I'm doing it now, which is ansi underline.


https://reviews.llvm.org/D20835





More information about the lldb-commits mailing list