[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 15:03:21 PDT 2023
clayborg wrote:
If we have a "Foo *", the value will show up as the pointer value _and_ the summary for the Pointee (if `Foo` has a summary provider, it will show a summary for it along with the pointer. If we have a "Foo", then there will be no value for the struct/class instance and it will show the summary for "Foo" if there is one. Summaries are often used for collection classes and might be something like "size = 1".
https://github.com/llvm/llvm-project/pull/69815
More information about the lldb-commits
mailing list