[Lldb-commits] [lldb] [llvm] [lldb] Use llvm::DWARFExpression::iterator in DWARFExpression::Evaluate (PR #190556)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 8 02:59:56 PDT 2026
================
@@ -124,6 +124,8 @@ class DWARFExpression {
}
public:
+ uint64_t getOffset() const { return Offset; }
----------------
JDevlieghere wrote:
```suggestion
/// Get the byte offset of the current operation within the expression.
uint64_t getOffset() const { return Offset; }
```
https://github.com/llvm/llvm-project/pull/190556
More information about the lldb-commits
mailing list