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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue May 31 16:29:18 PDT 2016


jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

I wouldn't call the setting "use-column-info".  It would be better to call it "stop-print-column-info" or something that makes it clear this is just for printing.  If we get better column info & start using it for stepping, etc, we might want to provide a way to turn that off too, but independently from this stop-info printing.


http://reviews.llvm.org/D20835





More information about the lldb-commits mailing list