remoteprocess icon indicating copy to clipboard operation
remoteprocess copied to clipboard

Add support of unwind for arm64/aarch64 on Linux

Open jiangliu opened this issue 1 year ago • 2 comments

Add support of unwind for arm64/aarch64 on Linux by:

  • adding src/linux/libunwind/bindings_aarch64.rs
  • enhance src/linux/libunwind/mod.rs

jiangliu avatar Sep 27 '24 14:09 jiangliu

Just noticed there's already a pending PR #90 for the same task with almost identical changes. Suggest to combined these two PRs.

jiangliu avatar Sep 27 '24 15:09 jiangliu

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.

benfred avatar Oct 31 '24 21:10 benfred