Skip to content
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

Add support for indirect symbolic reference mangled names #5

Merged
merged 2 commits into from
Dec 9, 2019

Conversation

saagarjha
Copy link
Contributor

@saagarjha saagarjha commented Dec 4, 2019

The Swift compiler emits indirect symbolic references in certain cases which cause dsdump to behave undesirably when it encounters them. This pull request fixes that. It also contains some assorted changes that I made to make my life better/easier; feel free to pick and choose the parts you want or ask me why I changed something.

Mangled names that start with \x02 are indirect: they point through a
pointer rather than directly to the context descriptor.
Formatting, typos, codifying the indentation style, moving swift-source
in-tree, and updating the gitignore to match
@DerekSelander DerekSelander merged commit cd8912b into DerekSelander:master Dec 9, 2019
@DerekSelander
Copy link
Owner

Looks good. Good idea on moving the swift-source in house : ]

lapcat pushed a commit to lapcat/dsdump that referenced this pull request Dec 10, 2019
…der#5)

* Support indirect symbolic references

Mangled names that start with \x02 are indirect: they point through a
pointer rather than directly to the context descriptor.

* Miscellaneous nitpicks

Formatting, typos, codifying the indentation style, moving swift-source
in-tree, and updating the gitignore to match
lapcat added a commit to lapcat/dsdump that referenced this pull request Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants