[Lldb-commits] [lldb] [lldb] Add arithmetic binary addition to DIL (PR #177208)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 23 11:49:59 PST 2026


kuilpd wrote:

@jimingham @Michael137 Take a look at this PR, please?

There's still a problem with tests though, DWIMPrint and lldb-dap have tests that expect expressions with `+` to fail. Easily fixable in print, not so much in DAP, since it just uses `frame var` without any checks. We'll need to decide how we integrate DIL further, this is one of the discussion points in that email about DIL earlier this week.

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


More information about the lldb-commits mailing list