Changeset f6069801 in mainline


Ignore:
Timestamp:
2010-01-08T20:18:27Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5c86478
Parents:
4290746
Message:

Add generic support for kernel stack traces.
One can print "synchronous" stack traces or stack traces
based on istate information (both kernel and uspace stacks).
Kernel stack traces resolve addresses to symbols, if symbols
are included in the kernel.

Location:
kernel
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.build

    r4290746 rf6069801  
    186186        generic/src/ddi/device.c \
    187187        generic/src/debug/symtab.c \
     188        generic/src/debug/stacktrace.c \
    188189        generic/src/interrupt/interrupt.c \
    189190        generic/src/main/main.c \
Note: See TracChangeset for help on using the changeset viewer.