================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits