[Lldb-commits] [lldb] [lldb] DWARF expression evaluator to test unified stack semantics (PR #205532)

via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 07:28:21 PDT 2026


firmiana402 wrote:

LLDB already has an internal DWARF expression evaluator in [DWARFExpression.cpp](https://github.com/llvm/llvm-project/blob/main/lldb/source/Expression/DWARFExpression.cpp). I may be missing some context, but I'm not sure why we would need a new module to implement expression evaluation here.

It seems to me that the most appropriate way to implement #181509 would be to:
1. construct the current stack frame context and the relevant debug information; and
2. reuse the existing evaluation logic in DWARFExpression.cpp.

Does that sound reasonable?

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


More information about the lldb-commits mailing list