This is an archive of the discontinued LLVM Phabricator instance.

[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
only if --expand/-e is given.

This updates lldbDataFormatters.py to expand children of types that have both
a summary and synthetic children.

Diff Detail

Event Timeline

kastiglione created this revision.Aug 17 2022, 6:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 6:54 PM
kastiglione requested review of this revision.Aug 17 2022, 6:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 6:54 PM
mib accepted this revision.Aug 22 2022, 1:48 PM

LGTM!

This 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
This revision was automatically updated to reflect the committed changes.