Nut/OS  5.0.5
API Reference
stackdump.c File Reference
#include <stdio.h>
#include <sys/ptrace.h>
#include <arch/arm/ptrace.h>
Include dependency graph for stackdump.c:

Functions

void ptrace_stackdump_from (const int *fp)
void ptrace_stackdump_regs (struct pt_regs *p)
void ptrace_stackdump_here (void)

Detailed Description

 * $Id: stackdump.c 4115 2012-04-12 21:06:13Z olereinhardt $
 * 

Function Documentation

void ptrace_stackdump_from ( const int *  fp)

References NULL, printf, and puts.

Referenced by ptrace_stackdump_here(), and ptrace_stackdump_regs().

void ptrace_stackdump_regs ( struct pt_regs p)

References ptrace_dump_regs(), PTRACE_R13_idx, ptrace_stackdump_from(), and pt_regs::uregs.

Referenced by ARM_COMMON_Handler_crash().

Here is the call graph for this function:

void ptrace_stackdump_here ( void  )

References ptrace_stackdump_from().

Here is the call graph for this function: