Skip to content

Haiku: add support for finding libraries and mapping library segments #411

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

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

nielx
Copy link
Contributor

@nielx nielx commented Mar 2, 2021

With the new native bindings in libc 0.2.87, it is now possible to iterate over all loaded images (the executable, shared libraries and libraries using dlopen()), and map the loaded segments to the right files, so that the debuginfo of the files can be used.

This adds stacktrace support for Haiku.

With the new native bindings in libc 0.2.87, it is now possible to iterate over
all loaded images (the executable, shared libraries and libraries using
dlopen()), and map the loaded segments to the right files, so that the
debuginfo of the files can be used.

This adds stacktrace support for Haiku.
@alexcrichton alexcrichton merged commit c6e5bff into rust-lang:master Mar 2, 2021
@alexcrichton
Copy link
Member

Thanks!

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