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

4.104.114.84.95
Last change on this file since d49389a was d49389a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 22:07:22

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c, shared/src/stackTrace.h, powerpc/registers.h:
    • undo improper 'fix' who broke mpc604r identification
    • fix: 7400 identification PVR value was wrong
    • enhance 'setdbat()' to switch OFF a given BAT if called with 0 size
    • fix: page table support bugfix
    • enhancement: provide routines to take and print stack trace snapshots
    • add definitions for HID1 and DABR SPRs
  • 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.