-
Notifications
You must be signed in to change notification settings - Fork 10
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
Macos support #32
Macos support #32
Conversation
@@ -1,4 +1,3 @@ | |||
|
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.
This really broke using nano
as editor.
} | ||
|
||
fde = eh_frame.fde_for_address(bases, address, EhFrame::cie_from_offset).unwrap(); |
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.
It fails here
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.
This works on linux (after I hack it to use EhRef::WithoutHeader for linux too).
While it should be possible to get it to work without, I think you should try to use |
It would be nice to have that commit on master, as it allows getting |
That commit is lacking linux support, so merging it to master is non-trivial. Any work on it is appreciated. Be aware that the |
I won't work any further on this. |
Based on #29, #30 and #31.
Fixes #2
I did something wrong causing it to not find the FDE for an address, but I dont know what.