When a type has a summary and synthetic child provider, the children are shown
only if --expand/-e is given.
This updates lldbDataFormatters.py to expand children of types that have both
a summary and synthetic children.
Differential D132095
[llvm][utils] Make lldb data formatters show both summaries and children ClosedPublic Authored by kastiglione on Aug 17 2022, 6:54 PM.
Details Summary When a type has a summary and synthetic child provider, the children are shown This updates lldbDataFormatters.py to expand children of types that have both
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2022, 1:48 PM This revision was landed with ongoing or failed builds.Aug 22 2022, 6:09 PM Closed by commit rG987d5e6c6c38: [llvm][utils] Make lldb data formatters show both summaries and children (authored by kastiglione). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454669 llvm/utils/lldbDataFormatters.py
|