[all-commits] [llvm/llvm-project] 41841e: [lldb][llvm][AIX] Added support for getProcFile wi...

Hemang Gadhavi via All-commits all-commits at lists.llvm.org
Wed Jun 4 02:15:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41841e625db8d14d6701e7cb211b2fcab6a32a50
      https://github.com/llvm/llvm-project/commit/41841e625db8d14d6701e7cb211b2fcab6a32a50
  Author: Hemang Gadhavi <hemang.gadhavi at ibm.com>
  Date:   2025-06-04 (Wed, 04 Jun 2025)

  Changed paths:
    A lldb/include/lldb/Host/aix/Support.h
    M lldb/source/Host/CMakeLists.txt
    A lldb/source/Host/aix/Support.cpp
    M lldb/unittests/Host/posix/SupportTest.cpp
    M llvm/lib/Support/Unix/Threading.inc

  Log Message:
  -----------
  [lldb][llvm][AIX] Added support for getProcFile with TID (#142586)

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 changes to getProcFile() with threadID, including testcase for
AIX.
- Added support for AIX to get_threadid() from llvm.



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