clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

This will help, but not fix us loading incorrect versions of the shared 
library. I wonder if there is anything in the core file that could help use get 
the build ID/UUID of each binary. I doubt it, but might be worth checking. 
Linux core files are really useless unless they can be processed with the exact 
binaries and that is a shame. The windows minidump files that breakpad can 
create are much better than standard core files since they do contain the 
information we need (path + version + UUID) and they are very similar to core 
files but just don't always save the same amount of memory (just the thread 
stacks, not all mapped memory), though that can easily be fixed.


https://reviews.llvm.org/D49685



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

Reply via email to