[Lldb-commits] [lldb] [lldb][AIX] Added support to load DW_ranges section (PR #142356)

2025-06-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Hemang Gadhavi (HemangGadhavi) Changes 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/iss

[Lldb-commits] [lldb] [lldb][AIX] Added support to load DW_ranges section (PR #142356)

2025-06-02 Thread Hemang Gadhavi via lldb-commits
https://github.com/HemangGadhavi created https://github.com/llvm/llvm-project/pull/142356 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/

[Lldb-commits] [lldb] [lldb][AIX] Added support to load DW_ranges section (PR #142356)

2025-06-02 Thread Hemang Gadhavi via lldb-commits
https://github.com/HemangGadhavi updated https://github.com/llvm/llvm-project/pull/142356 >From 9e62239b168e132c40fd238ac3dfa303628d2477 Mon Sep 17 00:00:00 2001 From: HemangGadhavi Date: Mon, 2 Jun 2025 04:54:15 -0500 Subject: [PATCH] [lldb][aix] Added support for DW_ranges section --- lldb/

[Lldb-commits] [lldb] [lldb][test] Fix comment in TestObjcPoHint.py (PR #142306)

2025-06-02 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett edited https://github.com/llvm/llvm-project/pull/142306 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 95a9ced - [lldb][test] Fix comment in TestObjcPoHint.py (#142306)

2025-06-02 Thread via lldb-commits
Author: Saagar Jha Date: 2025-06-02T10:29:39+01:00 New Revision: 95a9cedb7112d188c462bc241d1f2ffd3b0bf395 URL: https://github.com/llvm/llvm-project/commit/95a9cedb7112d188c462bc241d1f2ffd3b0bf395 DIFF: https://github.com/llvm/llvm-project/commit/95a9cedb7112d188c462bc241d1f2ffd3b0bf395.diff LO

[Lldb-commits] [lldb] Fix comment in TestObjcPoHint.py (PR #142306)

2025-06-02 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/142306 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Fix comment in TestObjcPoHint.py (PR #142306)

2025-06-02 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett closed https://github.com/llvm/llvm-project/pull/142306 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 0f7e10b - [lldb] Add filter option to AST dump command (#142164)

2025-06-02 Thread via lldb-commits
Author: Michael Buch Date: 2025-06-02T10:55:04+01:00 New Revision: 0f7e10b0272bb297568075e73cf76abbf10db4f8 URL: https://github.com/llvm/llvm-project/commit/0f7e10b0272bb297568075e73cf76abbf10db4f8 DIFF: https://github.com/llvm/llvm-project/commit/0f7e10b0272bb297568075e73cf76abbf10db4f8.diff

[Lldb-commits] [lldb] [lldb-dap] Reimplement `runInTerminal` with signals (PR #142374)

2025-06-02 Thread Hu Jialun via lldb-commits
https://github.com/SuibianP created https://github.com/llvm/llvm-project/pull/142374 `runInTerminal` is currently implemented using JSON messages over FIFOs, which feels too clunky for the simple job of passing a PID. Instead, take advantage of `si_pid` available from `sa_sigaction` handler, a

[Lldb-commits] [lldb] [lldb-dap] Reimplement `runInTerminal` with signals (PR #142374)

2025-06-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Hu Jialun (SuibianP) Changes `runInTerminal` is currently implemented using JSON messages over FIFOs, which feels too clunky for the simple job of passing a PID. Instead, take advantage of `si_pid` available from `sa_sigaction` handler, an

[Lldb-commits] [lldb] [lldb-dap] Reimplement `runInTerminal` with signals (PR #142374)

2025-06-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff HEAD~1 HEAD --extensions cpp,h -- lldb/tools/lldb-dap/Handler/RequestHandler.cpp lld

[Lldb-commits] [lldb] [lldb] Emit an error when using --wait-for without a name or pid (PR #142424)

2025-06-02 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/142424 Motivated by https://discourse.llvm.org/t/why-is-wait-for-not-attaching/86636 >From 15ff5b8ed2993f4d7609938a6e3ed3884539129c Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 2 Jun 2025 09:21:17

<    1   2