[Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.

Siva Chandra sivachandra at google.com
Thu Jul 23 13:03:17 PDT 2015


sivachandra created this revision.
sivachandra added reviewers: clayborg, granata.enrico.
sivachandra added a subscriber: lldb-commits.

For certain data structures, when the synthetic child provider returns
zero children, a summary like "Empty instance of <typename>" could be
more appropriate that something like "size=0 {}". This new option helps
hide the trailing "{}" to printed.

http://reviews.llvm.org/D11473

Files:
  include/lldb/DataFormatters/TypeSummary.h
  include/lldb/DataFormatters/ValueObjectPrinter.h
  include/lldb/lldb-enumerations.h
  source/DataFormatters/ValueObjectPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11473.30517.patch
Type: text/x-patch
Size: 4130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150723/83d37b6b/attachment.bin>


More information about the lldb-commits mailing list