summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/embedded-summary
AgeCommit message (Collapse)Author
2024-12-13[lldb] Support zero-padding in formatter sections (#119934)Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
Add support for type summaries embedded into the binary. These embedded summaries will typically be generated by Swift macros, but can also be generated by any other means. rdar://115184658