-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[lldb] Add a formatter for swift::Demangle::Node
#40568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lldb] Add a formatter for swift::Demangle::Node
#40568
Conversation
aa69dd2
to
cb4e203
Compare
@swift-ci test |
@swift-ci smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
Build failed |
ping |
@swift-ci smoke test |
@broadwaylamb it looks like this breaks the python_lint.swift test. Could you update your changes to make the linter happy?
|
cb4e203
to
1ecb947
Compare
@augusto2112 should be fixed. |
@swift-ci smoke test |
The windows test failure seems unrelated to this change ( |
Without `--expand`, only the summary is shown, no child nodes. Adding `--expand` allows for printing the child nodes, to be printed too. Follow up to #40568
…5897) Without `--expand`, only the summary is shown, no child nodes. Adding `--expand` allows for printing the child nodes, to be printed too. Follow up to swiftlang#40568
…5897) Without `--expand`, only the summary is shown, no child nodes. Adding `--expand` allows for printing the child nodes, to be printed too. Follow up to swiftlang#40568
Before:

After:
