https://github.com/Nerixyz updated
https://github.com/llvm/llvm-project/pull/143177
>From d953276e4c1b4d48d233c12f535b6e1330886497 Mon Sep 17 00:00:00 2001
From: Nerixyz
Date: Fri, 6 Jun 2025 19:23:04 +0200
Subject: [PATCH] [LLDB] Add type summaries for MSVC STL strings
---
.../lldb/DataForma
https://github.com/UltimateForce21 created
https://github.com/llvm/llvm-project/pull/144238
This patch introduces a new struct and helper API in `DWARFExpressionList` to
expose
variable location metadata (base address, end address, and DWARFExpression
pointer) for
a given PC address. It will
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Abdullah Mohammad Amin (UltimateForce21)
Changes
This patch introduces a new struct and helper API in `DWARFExpressionList` to
expose
variable location metadata (base address, end address, and DWARFExpression
pointer) for
a given PC addr
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
UltimateForce21 wrote:
@adrian-prantl @JDevlieghere I’ve opened my first PR for the new
DWARFExpression API. Looking forward to your feedback!
https://github.com/llvm/llvm-project/pull/144238
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
h
https://github.com/Nerixyz edited
https://github.com/llvm/llvm-project/pull/144217
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Nerixyz updated
https://github.com/llvm/llvm-project/pull/143177
>From 519f0899e79a08c5a3548923e188747af8c6f764 Mon Sep 17 00:00:00 2001
From: Nerixyz
Date: Fri, 6 Jun 2025 19:23:04 +0200
Subject: [PATCH] [LLDB] Add type summaries for MSVC STL strings
---
.../lldb/DataForma
https://github.com/Nerixyz created
https://github.com/llvm/llvm-project/pull/144217
On Windows, the post build command would open the script in the default editor,
since it doesn't know about shebangs. This effectively adds `python3` in front
of the command.
>From 94a761b264163b27005c322a0d09
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: nerix (Nerixyz)
Changes
On Windows, the post build command would open the script in the default editor,
since it doesn't know about shebangs. This effectively adds `python3` in front
of the command.
---
Full diff: https://github.com/llvm/