[Lldb-commits] [lldb] [lldb][AIX] Added PlatformAIX plugin (PR #121273)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 5 14:09:06 PST 2025


DhruvSrivastavaX wrote:

Yes, you are right. I should have been more clear in my query.

So as a first step, Removing all other Archs except `ppc64::AIX`, removing `GetAArch64TrapHanlderUnwindPlan` and consequently reducing `GetTrapHandlerUnwindPlan` seemed to be the obvious changes. Hope thats okay.

Other than that, I just needed to get some clarity on `GetSiginfoType`, for which I have some idea now. Will implement for `AIX` and update before further discussions.

> For example does uname exist and work?

Yes it is supported in AIX.

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


More information about the lldb-commits mailing list