[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
Fri Aug 12 14:04:09 PDT 2016


tfiala added a comment.

This will need another change.

Existing SBAPI methods cannot have their signatures modified per the SBAPI contract.  We'll need to add an entirely new method on SBSourceManager with the new signature.

I'll just add newer version of DisplaySourceLinesWithLineNumbers() with a slightly modified name, maybe:
DisplaySourceLinesWithLineNumbersAndColumnInfo(...).


https://reviews.llvm.org/D20835





More information about the lldb-commits mailing list