[Lldb-commits] [lldb] Fix pointer to reference type (PR #113596)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 1 05:50:30 PDT 2024
vogelsgesang wrote:
FWIW, codelldb also dereferences pointers and references when displaying values. They [provide a user-facing setting](https://github.com/vadimcn/codelldb/blob/v1.10.0/MANUAL.md#pointers) for it and [implement it in the debug adapter](https://github.com/vadimcn/codelldb/blob/fe108b53a0f276c10f02d57d85b93991bbb6e30b/adapter/codelldb/src/debug_session/variables.rs#L290), instead of at the core of LLDB
https://github.com/llvm/llvm-project/pull/113596
More information about the lldb-commits
mailing list