rstack icon indicating copy to clipboard operation
rstack copied to clipboard

Add RISC-V support

Open hack3ric opened this issue 1 year ago • 1 comments

Add support for RISC-V based on current platform-specific code and libunwind itself.

libunwind mentions riscv32 in its source code, but only riscv64 is currently supported. Add these code as well for possible future implementation.

hack3ric avatar May 22 '24 12:05 hack3ric

We should also add riscv64 to the CI setup.

sfackler avatar May 22 '24 13:05 sfackler