[Lldb-commits] [lldb] [lldb] Add utility to create Mach-O corefile from YAML desc (PR #153911)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 1 05:55:26 PDT 2025


DavidSpickett wrote:

> You could imagine someone making an ELF corefile output capability, for instance.

Yes I'd love to be generating the core files eventually. Maybe we can with yaml2obj but I never seriously looked into it. As right now, patching in notes by hand makes for smaller files, but it's not reproducible or self documenting.

I assume the existing yaml2obj cannot make core files, or you wouldn't be writing this.

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


More information about the lldb-commits mailing list