augusto2112 wrote: > Seems reasonable and straightforward. What does the swift plugin do with this > information?
The shared cache can unique pointers in the GOT sections and null the original pointers, and when parsing Swift metadata, LLDB needs to know when translating a file address into a process address if it's potentially one of those moved addresses, and run some fallback logic if that's the case. https://github.com/llvm/llvm-project/pull/165936 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
