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


tfiala added a comment.

In https://reviews.llvm.org/D20835#446040, @aprantl wrote:

> I have one last question:
>  While trying to add a testcase I noticed that DisplaySourceLinesWithLineNumbers is still exported into Python with the old signature. What is the correct way to update the Python bindings?


On the LLVM.org side, the bindings are usually updated fine if all the swig input files are updated (so the .i files I think would be relevant here).


https://reviews.llvm.org/D20835





More information about the lldb-commits mailing list