[Lldb-commits] [lldb] [lldb] Replace ResolveValue() with GetScalar() in DWARFExpression (NFCI) (PR #185841)
Sergei Barannikov via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 5 00:59:48 PDT 2026
s-barannikov wrote:
I was studying DWARF-6 dwarf lately, and I got an impression that the `Value` class that we use to model stack entries doesn't provide sufficient functionality, and we probably should replace it with something more specialized. This patch makes a tiny step in this direction by eliminating uses of a method that might not exist in the new class.
https://github.com/llvm/llvm-project/pull/185841
More information about the lldb-commits
mailing list