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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
