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

Hemang Gadhavi via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 6 04:02:57 PST 2026


HemangGadhavi wrote:

> 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.

Yes, link added to the PR description and here. 
All the register details including (GPRs, SPRs, FPRs): https://www.ibm.com/docs/en/aix/7.3.0?topic=convention-linkage-overview
Registers details for debugging : https://www.ibm.com/docs/en/aix/7.3.0?topic=prompt-registers

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


More information about the lldb-commits mailing list