A simple stack unwinding implementation using frame pointers for ARM64.
unwind_stack.s
: The main implementation of the stack unwinding.main.c
: A simple test program to demonstrate the stack unwinding.
To build and run the test program, run the following command:
make run