[lldb] [llvm] Annotate disassembly with register‐resident variable locations (PR #147460)

Abdullah Mohammad Amin via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 20 13:55:53 PDT 2025


================
@@ -158,6 +158,7 @@ class DWARFExpression {
   }
 
   void DumpLocation(Stream *s, lldb::DescriptionLevel level, ABI *abi) const;
+  void DumpLocationWithOptions(Stream *s, lldb::DescriptionLevel level, ABI *abi, llvm::DIDumpOptions options) const;
----------------
UltimateForce21 wrote:

I've updated the code to use a single `DumpLocation` method with a default `DIDumpOptions` argument, as recommended. The `DumpLocationWithOptions` variant has been removed in commit [ca8510c](https://github.com/llvm/llvm-project/pull/147460/commits/ca8510c41add8d34a03eef9f8fce57fd42759b79).

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


More information about the llvm-commits mailing list