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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 10 10:38:40 PST 2017


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

Can you say more about the problem you are trying to solve.  As far as breakpoints are concerned, if you find a match in each of several modules it seems to me you would always want to set a locations in each because modules can come and go independently.

This also introduces an N^2 dependency on number of modules since the searcher is already looping over the modules.


https://reviews.llvm.org/D30817





More information about the lldb-commits mailing list