source: rtems/c/src/lib/libcpu/powerpc/shared/src/stackTrace.h @ da1100e

Last change on this file since da1100e was da1100e, checked in by cvs2git <rtems-devel@…>, on 02/20/03 at 22:07:23

This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.

Cherrypick from master 2003-02-20 22:07:22 UTC Joel Sherrill <joel.sherrill@…> '2003-02-20 Till Straumann <strauman@…>':

c/src/lib/libcpu/powerpc/shared/src/stack.c
c/src/lib/libcpu/powerpc/shared/src/stackTrace.h

  • Property mode set to 100644
File size: 172 bytes
Line 
1#ifndef CPU_STACK_UTIL_H
2#define CPU_STACK_UTIL_H
3
4void CPU_stack_take_snapshot(void **stack, int size, void *pc, void *lr, void *r1);
5
6void CPU_print_stack(void);
7
8#endif
Note: See TracBrowser for help on using the repository browser.