[Lldb-commits] [lldb] [LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reasons (PR #110065)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 14:11:20 PDT 2024


Jlalond wrote:

> yaml2obj was originally written for llvm testing, so it mainly focuses on sections and other things that are interesting there. Support for program headers came later, and it's done on an on-demand and self-serve basis. Also, obj2yaml is generally in a better state than yaml2obj, so you may be able to use it to create the file you need, but you may need to write some yaml by hand.

I'm going to ignore my obj2yaml case here as we have some valid core tests that I updated. But I may tag in the future for obj2yaml to add content section to sufficiently small PT_Notes in the future!


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


More information about the lldb-commits mailing list