[all-commits] [llvm/llvm-project] ec95ce: [lldb][AIX] Added base files for NativeProcess Sup...

Dhruv Srivastava via All-commits all-commits at lists.llvm.org
Fri Mar 14 04:23:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec95ce358c88f1ad8c5c77f07bd556668ece66df
      https://github.com/llvm/llvm-project/commit/ec95ce358c88f1ad8c5c77f07bd556668ece66df
  Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
  Date:   2025-03-14 (Fri, 14 Mar 2025)

  Changed paths:
    M lldb/cmake/modules/LLDBConfig.cmake
    A lldb/source/Plugins/Process/AIX/CMakeLists.txt
    A lldb/source/Plugins/Process/AIX/NativeProcessAIX.cpp
    A lldb/source/Plugins/Process/AIX/NativeProcessAIX.h
    M lldb/source/Plugins/Process/CMakeLists.txt
    M lldb/tools/lldb-server/CMakeLists.txt

  Log Message:
  -----------
  [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.



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