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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to