Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIf you have compiled with a frame pointer then you may be able to build your own on top of the GCC function __builtin_return_address.
This probably won't be able to trace back through interrupts as they use a different format of stack frame.