[Lldb-commits] [lldb] [lldb][AIX] Adding AIX version of ptrace64 (PR #120390)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 18 02:11:55 PST 2024


DavidSpickett wrote:

Can you summarise the need for ptrace64? Mainly, will this only apply to launching a process or does it apply to any ptrace call?

I wonder:
1. How many #ifdef we're going to end up with
2. Whether AIX should use ptrace64 everywhere if your intention is to only support AIX 64 bit (but if it's only this one use of ptrace that needs ptrace64, that's not necessary)

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


More information about the lldb-commits mailing list