[Lldb-commits] [lldb] [lldb] Audit DWARF 5 expression evaluator and add per-opcode tests (PR #196218)

Sergei Barannikov via lldb-commits lldb-commits at lists.llvm.org
Wed May 6 19:55:32 PDT 2026


================

----------------
s-barannikov wrote:

```suggestion
                                        LocationAtom opcode, unsigned size,
```
So that it can be used with `%u` specifier in the new diagnostic. Alternatively the specifier should be `" PRIu8 "`, but I'd prefer the former since int-sized types should generally be faster.

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


More information about the lldb-commits mailing list