[Lldb-commits] [lldb] [LLDB] Add unary operators Dereference and AddressOf to DIL (PR #134428)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 28 08:35:28 PDT 2025
labath wrote:
Yes, I think that would be best, although if you structure the error message like the current command, it may not be even necessary to have a dedicated error message for that. This is what I get with the current implementation, and I think it's quite okay:
```
(lldb) v *x.x->x->x->x->v
error: dereference failed: (void *) x.x->x->x->x->v
```
https://github.com/llvm/llvm-project/pull/134428
More information about the lldb-commits
mailing list