[Lldb-commits] [lldb] [llvm] support in LLDB for the DWARF operations `DW_OP_GNU_implicit_pointer/DW_OP_implicit_pointer`. (PR #142747)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 4 21:30:54 PDT 2025


Thrrreeee wrote:

Hi [dwblaikie](https://github.com/dwblaikie),
Thanks for the clear explanation and guidance on handling cross-project changes between LLVM and LLDB. I completely understand the reasoning behind avoiding/splitting such commits, and your suggestions make perfect sense for better reviewability, maintainability, and smoother integration with project workflows.

1. I will proceed as you've recommended:
2. I'll await your (or other reviewers') initial assessment on whether the LLVM portion of the current submission is "roughly in the right shape."
3. Once I get that confirmation, I will create a separate PR specifically for the LLVM changes, including the new functionality and its unit test coverage.

After the LLVM PR is reviewed and merged, I will then submit another PR for the LLDB part to utilize this new functionality from LLVM.

https://github.com/llvm/llvm-project/pull/142747


More information about the lldb-commits mailing list