[Lldb-commits] [PATCH] D30817: BreakpointResolverFileLine: Correct treatment of move-to-nearest-code for multiple modules

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 13 04:54:24 PDT 2017


labath added a comment.

I like the idea of using the function declaration line, as it will solve a couple of other corner cases also (we've had one user try to set a breakpoint on a macro definition and expect that to work). I'll try to implement that instead.


https://reviews.llvm.org/D30817





More information about the lldb-commits mailing list