[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 09:18:38 PST 2024


jasonmolenda wrote:

> Is changing `struct symtab_command` to have the right-sized fields a no-go?

Yes, this is one possibility, and maybe the best.  The current structure reflects the in-binary layout, so it can be read (with endian fixing) on one go.

https://github.com/llvm/llvm-project/pull/117832


More information about the lldb-commits mailing list