[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 21 13:18:47 PDT 2025


clayborg wrote:

> > obj2yaml and yaml2obj are broken for mach-o files and they can't convert a yaml file back into a valid mach-o object file
> 
> Is there an issue open for this? Would it be difficult to fix?

It can't be fixed, the mach-o file format doesn't support 64 bit section offsets. The section offset is only 32 bit.

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


More information about the lldb-commits mailing list