-
Notifications
You must be signed in to change notification settings - Fork 23
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
Sections in segment: merge from master #24
base: sections-in-segment
Are you sure you want to change the base?
Sections in segment: merge from master #24
Conversation
Add a function on `SharedLibrary` to go from an AVMA to an SVMA
Clean up panic propagation in linux implementation
...and replace deprecated bindgen methods with the non-deprecated versions.
Update dependencies
…-org Updte links to point to gimli-rs/findshlibs instead of fitzgen/findshlibs
Add support for fetching UUIDs from macho libs
Added a default implementation for unsupported platforms
Reformat and update dependencies
Can you rebase so that it's only the new commits in the PR? |
Oh, I see this is a PR against the sections-in-segment branch, is that what you intended? |
Yes, just bring that branch up to date. I need to review the linux builds
as something is clearly not happy.
…On Sun, 5 Aug 2018 at 10:06, Philip Craig ***@***.***> wrote:
Oh, I see this is a PR against the sections-in-segment branch, is that
what you intended?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxEiG2lq6iH4mLVNSVtmY3yomw9Imwcks5uNrV_gaJpZM4VvTDD>
.
|
Ok. I think it's better to rebase and create your own branch instead. I prefer if the final PR against master doesn't have merge commits in it.
The For linux, I have an idea that since eh_frame_hdr tells us where eh_frame starts, maybe we can use that to find the segment containing eh_frame, and deduce the length from that. I'll look into this later. |
gimli-rs/unwind-rs#18 shows what I was meaning for finding eh_frame, although it's not as good as I wanted. |
I've implemented unsupported EhFrame and EhFrameHdr types as unsupported wasn't in the branch. The rest pretty much merged fine.