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

Rajveer Singh Bharadwaj via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 07:51:10 PDT 2026


Rajveer100 wrote:

Indeed, that's exactly what I was trying to do but I ended up with new modules for two reasons:

- I wasn't sure how the current codebase would get affected with this since DWARF6 has some new fields and the existing evaluator is based on DWARF5 (correct me if I am wrong).

- I believe DWARF6 is still in draft process, so getting the functionality and logic right first would be better, at least what I thought. We could have a separate CLI invoking command to only trigger the experimental DWARF6 evaluation without disturbing the current one.

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


More information about the lldb-commits mailing list