[Lldb-commits] [lldb] [lldb][Mach-O] Handle shared cache binaries correctly (PR #117832)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 27 13:45:08 PST 2024
jasonmolenda wrote:
Updated patch to have a local `symtab_command` structure in ObjectFileMachO with larger offset fields, and read the load command fields into this structure. Simplifies the patch; the exiting slide calculations can remain unmodified now that 64-bit offsets are being used.
https://github.com/llvm/llvm-project/pull/117832
More information about the lldb-commits
mailing list