[all-commits] [llvm/llvm-project] 20d57e: [lldb][AIX] Added base file for AIX Register Conte...
Hemang Gadhavi via All-commits
all-commits at lists.llvm.org
Fri Jun 20 07:49:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20d57e77f6709ef32791391bc064d3ed5663272a
https://github.com/llvm/llvm-project/commit/20d57e77f6709ef32791391bc064d3ed5663272a
Author: Hemang Gadhavi <hemang.gadhavi at ibm.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX.h
Log Message:
-----------
[lldb][AIX] Added base file for AIX Register Context (#144645)
This PR is in reference to porting LLDB on AIX.
Link to discussions on llvm discourse and github:
1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-project/issues/101657
The complete changes for porting are present in this draft PR:
https://github.com/llvm/llvm-project/pull/102601
- Added skeleton for Registercontext file for AIX. (Later we will add
implementation respectively)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list