[Lldb-commits] [lldb] [lldb-dap] Do not show memory address on types with no summary (PR #172670)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 18 10:07:56 PST 2025


da-viper wrote:

> I'm not sure why they weren't enabled, but maybe it was due to a performance issue?

Yes, It is. I believe it is because we have to check all the children every time we stop. 

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


More information about the lldb-commits mailing list