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
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/
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/
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
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
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
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
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
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
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
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
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
101 - 112 of 112 matches
Mail list logo