next up previous contents index
Next: 15 Kernel Support Library: Up: 14.9 Miscellaneous Functions Previous: 14.9.1 hexdump: print a

14.9.2 sigcontext_dump: dump machine specific sigcontext structure

 

SYNOPSIS

#include <oskit/c/signal.h>

void sigcontext_dump(struct sigcontext *scp);

DESCRIPTION

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.

PARAMETERS

scp
Pointer to sigcontext structure to dump.



Utah Flux Research Group