Nut/OS  4.10.3
API Reference
ptrace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

void ptrace_stackdump_from ( const int *  frame_ptr)

Definition at line 64 of file stackdump.c.

References printf, and puts.

Referenced by ptrace_stackdump_here(), and ptrace_stackdump_regs().

void ptrace_stackdump_regs ( struct pt_regs p)

Definition at line 89 of file stackdump.c.

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  )

Definition at line 96 of file stackdump.c.

References ptrace_stackdump_from().

Here is the call graph for this function: