On Tue, Aug 27, 2013 at 4:15 AM, Sebastian Huber <sebastian.hu...@embedded-brains.de> wrote: > > For the ARM exception handling see: > > http://git.rtems.org/rtems/tree/cpukit/score/cpu/arm/armv4-exception-default.S > > They end up in: > > void _ARM_Exception_default( CPU_Exception_frame *frame ) > { > rtems_fatal( RTEMS_FATAL_SOURCE_EXCEPTION, (rtems_fatal_code) frame ); > } > > In an application specific fatal handler you can do such debug output. The > BSPs must not use printk(), they have to be minimalistic. > Hesham, you may like to write an application-specific fatal handler for your mmtests, especially any that are designed to trigger the exception handling mechanism. _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel
- [PATCH 1/5] libmm score API Hesham AL-Matary
- [PATCH 3/5] Shared libmm implemenation for ARM BSPs Hesham AL-Matary
- Re: [PATCH 3/5] Shared libmm implemenation for A... Sebastian Huber
- Re: [PATCH 3/5] Shared libmm implemenation f... Hesham Moustafa
- Re: [PATCH 3/5] Shared libmm implemenati... Sebastian Huber
- Re: [PATCH 3/5] Shared libmm implem... Gedare Bloom
- Re: [PATCH 3/5] Shared libmm implemenation for A... Gedare Bloom
- [PATCH 2/5] libcpu/libmm shared files and stubs Hesham AL-Matary
- [PATCH 5/5] libmm test cases Hesham AL-Matary
- Re: [PATCH 5/5] libmm test cases Gedare Bloom
- [PATCH 4/5] libmm support for realview, xilinx_zynq,... Hesham AL-Matary
- Re: [PATCH 4/5] libmm support for realview, xili... Sebastian Huber
- Re: [PATCH 1/5] libmm score API Gedare Bloom
- Re: [PATCH 1/5] libmm score API Hesham Moustafa
- Re: [PATCH 1/5] libmm score API Sebastian Huber
- Re: [PATCH 1/5] libmm score API Hesham Moustafa