Nut/OS  4.10.3
API Reference
ptrace.h
Go to the documentation of this file.
00001 
00002 #ifndef SYS_PTRACE_H
00003 #define SYS_PTRACE_H
00004 
00005 #if __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009   struct pt_regs;
00010 
00011   void ptrace_dump_regs( struct pt_regs *p );
00012   void ptrace_stackdump_from( const int *frame_ptr );
00013   void ptrace_stackdump_regs( struct pt_regs *p );
00014   void ptrace_stackdump_here( void );
00015 
00016 #if __cplusplus
00017 }
00018 #endif
00019 
00020 #endif /* SYS_PTRACE_H */