An Introduction to Stack Unwinding and Exception Handling
We give an overview of the stack unwinding and exception handling for C++ like languages on x86_64. We describe the use of `.eh_frame` and `.gcc_except_table` section and the …
We give an overview of the stack unwinding and exception handling for C++ like languages on x86_64. We describe the use of `.eh_frame` and `.gcc_except_table` section and the …
We introduce compiler instrinsic functions and resolve undefined symbols to `__aeabi_*` when cross-compiling for ARM microcontrollers.