[Lldb-commits] [lldb] [lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (PR #144627)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 17 19:21:35 PDT 2025


jasonmolenda wrote:

One design note.  I wanted a format that describes the register layout for each thread separately, instead of coming up with a shared register set for all threads.  In a JTAG style environment, a "thread" is really a core, and we may have cores with different capabilities and system registers.  

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


More information about the lldb-commits mailing list