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

Dwarf: rework self-hosted debug info from scratch #21078

Merged
merged 7 commits into from
Aug 17, 2024

Conversation

jacobly0
Copy link
Member

This is in preparation for incremental and actually being able to debug executables built by the x86_64 backend.

@jacobly0 jacobly0 force-pushed the new-dwarf branch 5 times, most recently from 817e406 to ea24517 Compare August 15, 2024 22:37
This is in preparation for incremental and actually being able to debug
executables built by the x86_64 backend.
This prevents the first step in to a function from displaying bogus
argument values.
The spec says that addresses can only increase within a sequence, so
every decl must be a separate sequence since they are not sorted.
@jacobly0 jacobly0 marked this pull request as ready for review August 16, 2024 20:24
@jacobly0 jacobly0 merged commit bb70501 into ziglang:master Aug 17, 2024
10 checks passed
@jacobly0 jacobly0 deleted the new-dwarf branch August 17, 2024 06:09
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.

1 participant