[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
Fri Sep 27 09:28:35 PDT 2024


Jlalond wrote:

> So does this not need new testing or did you not add that yet?
> 
> I'm not clear on what fully decode means because at least for certain signals like a tag check fault we do have a description for live processes and core files. Perhaps that's because I added those as special cases I don't remember the specifics.

I actually tried to yamlize one of my test crash dumps. The issue I encountered was the PT_NOTE sections wasn't being generated with content. Is there a way with obj2yaml to generate PT_NOTES with content?

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


More information about the lldb-commits mailing list