[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:05:57 PST 2025
DhruvSrivastavaX wrote:
Yes, you are right. I should have been more clear in my query.
So as a first step, what I did is just removed all other Archs except `ppc64:AIX`, and removed `GetAArch64TrapHanlderUnwindPlan` and consequently reduced `GetTrapHandlerUnwindPlan`. 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 dicsussion.
> 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