nbdd0121 / unwinding

Stack unwinding library in Rust
Apache License 2.0
107 stars 18 forks source link

Add support for arm #3

Open Urgau opened 3 years ago

nbdd0121 commented 3 years ago

As far as I know ARM has special ways of doing exception handling that is slightly different from all other archs, so it might not be as easy to support as other archs.

With that said, I would be happy to accept PRs for ARM support.