2 Commits

Author SHA1 Message Date
Dhruv Srivastava
f54c36ebc9
[lldb][AIX] Added Kill() implementation (#169454)
This PR is in reference to porting LLDB on AIX.

Link to discussions on llvm
https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640 and
https://github.com/llvm/llvm-project/issues/101657
Complete changes together in this draft:
- https://github.com/llvm/llvm-project/pull/102601

**Description:**
Extending Kill and SigchldHandler for NativeProcessAIX.

Ref: https://www.ibm.com/docs/en/aix/7.3.0?topic=p-ptrace-ptracex-ptrace64-subroutine
2025-12-22 11:37:22 +05:30
Dhruv Srivastava
ec95ce358c
[lldb][AIX] Added base files for NativeProcess Support for AIX (#118160)
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 base files for NativeProcess Support for AIX. 
Will be adding further support in consequent incremental PR.
2025-03-14 16:52:41 +05:30