remoteprocess
remoteprocess copied to clipboard
Add support of unwind for arm64/aarch64 on Linux
Add support of unwind for arm64/aarch64 on Linux by:
- adding src/linux/libunwind/bindings_aarch64.rs
- enhance src/linux/libunwind/mod.rs
Just noticed there's already a pending PR #90 for the same task with almost identical changes. Suggest to combined these two PRs.
I've merged in #90 - but that is causing some conflicts here .
It would be nice to get the CI/ build.rs changes from this PR in as well though - since I think those are a good addition.