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

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 4 11:30:09 PDT 2025


dwblaikie wrote:

(where possible, cross-project commits should be avoided/split into separate steps - eg: the functionality could be added to LLVM, with the unit test coverage in one change - then used from LLDB in another. Though possibly acceptable to review it in one go and commit it in two parts (though probably messes with github workflows a bit to do that - maybe just sent a separate PR for the LLVM part once someone says it's roughly in the right shape (which it probably is - it looks simple enough)))

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


More information about the lldb-commits mailing list