zturner added a comment.

I guess one advantage to delaying it is that the debug info for the dynamic 
library could be large and slow to parse, and you don't know if you're even 
going to need it until you hit the breakpoint.  So by delaying the resolution 
even to File address, you postpone parsing potentially expensive debug info 
until you know you're going to need it.

It this not a consideration on OSX and/or other platforms that resolve it to a 
file address early?


https://reviews.llvm.org/D43419



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

Reply via email to