[all-commits] [llvm/llvm-project] a5f759: [lldb][AIX] Added PlatformAIX plugin (#121273)

Dhruv Srivastava via All-commits all-commits at lists.llvm.org
Fri Feb 21 03:41:29 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5f759ed9d119f4bf28f6f4c32487917fb93ec5e
      https://github.com/llvm/llvm-project/commit/a5f759ed9d119f4bf28f6f4c32487917fb93ec5e
  Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
  Date:   2025-02-21 (Fri, 21 Feb 2025)

  Changed paths:
    A lldb/source/Plugins/Platform/AIX/CMakeLists.txt
    A lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
    A lldb/source/Plugins/Platform/AIX/PlatformAIX.h
    M lldb/source/Plugins/Platform/CMakeLists.txt

  Log Message:
  -----------
  [lldb][AIX] Added PlatformAIX plugin (#121273)

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

Details:
--------------
Adding PlatformAIX plugin for a basic lldb build support. The 1st commit
is the original version as in the draft PR which is a PlatformLinux
copy. I have removed some of the code in the next commits.
Please let me know all the other changes required to push the
PlatformAIX changes and avoid any duplication.



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