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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
