[Lldb-commits] [lldb] [lldb] Add utility to create Mach-O corefile from YAML desc (PR #153911)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 15 19:14:20 PDT 2025
jasonmolenda wrote:
Ah, I included an implementation to ObjectFileJSON::SetLoadAddress in this PR, which isn't actually relevant to the new tool or use of it. It's for the testcase I am writing for the Cortex-M backtrace, where I will have an ObjectFileJSON binary specification and I needed to load its sections in virtual address space for the backtrace to work. I can pull this out of the PR and add it to that PR when I put it up in a bit if anyone would prefer this done cleanly.
https://github.com/llvm/llvm-project/pull/153911
More information about the lldb-commits
mailing list