[Lldb-commits] [lldb] [lldb][AIX] Added base file for AIX Register Context PPC64 (PR #173239)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 6 01:57:42 PST 2026


https://github.com/DavidSpickett approved this pull request.

LGTM. I just compared against the Linux one and it's the same bar a few names.

If you have an ABI document that includes a section like https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#machine-registers, please link to it in the PR description. Specifically I'm interested in the general purpose register names.

Or if your ptrace documents describe the registers that's fine too.

I assume you've got it right but please include a link for future readers.

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


More information about the lldb-commits mailing list