jingham added a comment.

The debug info is parsed only when needed.  So for breakpoints, it will get 
parsed when the breakpoint is set.  That's one good use of "break set -s 
<TargetBinary>" BTW, it will limit the debug info read in to just the library 
you expect to find the symbol in.


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