#include <oskit/c/signal.h>void sigcontext_dump(struct sigcontext *scp);
Dump machine-specific state from a sigcontext structure to stdout. On the x86 this includes the processor registers and a stack backtrace originating at the saved EBP value.
- scp
- Pointer to sigcontext structure to dump.