[all-commits] [llvm/llvm-project] 987d5e: [llvm][utils] Make lldb data formatters show both ...
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Aug 22 18:09:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 987d5e6c6c38deb4c4055224cac5ce7c0172487b
https://github.com/llvm/llvm-project/commit/987d5e6c6c38deb4c4055224cac5ce7c0172487b
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M llvm/utils/lldbDataFormatters.py
Log Message:
-----------
[llvm][utils] Make lldb data formatters show both summaries and children
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 Revision: https://reviews.llvm.org/D132095
More information about the All-commits
mailing list