[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:24:13 PDT 2016


tfiala added inline comments.

================
Comment at: packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py:163
@@ +162,3 @@
+        # mixed in with stop locations.
+        self.dbg.SetUseColor(False)
+
----------------
Upon further reflection, there is a logically more appropriate approach.  The better one is to explicitly turn off column marking and not count on the fact that the column marker happens on the line below the stop match text.  (This test initially failed because the stop text that is scraped was getting confused by the newly-added ansi escape sequences around the first character).


https://reviews.llvm.org/D20835





More information about the lldb-commits mailing list