Changeset 15817089 in mainline for kernel/arch/arm32/src/exception.c


Ignore:
Timestamp:
2010-01-13T17:48:12Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd608dc
Parents:
a5f63cd
Message:

When dumping istate, print a stack trace from it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/exception.c

    ra5f63cd r15817089  
    4242#include <print.h>
    4343#include <syscall/syscall.h>
     44#include <stacktrace.h>
    4445
    4546#ifdef MACHINE_testarm
     
    189190       
    190191        printf(" pc: %x\n", istate->pc);
     192
     193        stack_trace_istate(istate);
    191194}
    192195
Note: See TracChangeset for help on using the changeset viewer.