RTEMS 6.1-rc1
Data Structures | Functions
aarch64-exception-frame-print.c File Reference

Implementation of _CPU_Exception_frame_print. More...

#include <inttypes.h>
#include <rtems/score/cpu.h>
#include <rtems/dev/io.h>
#include <rtems/bspIo.h>

Data Structures

struct  String_Context
 

Functions

void _CPU_Exception_frame_print (const CPU_Exception_frame *frame)
 Prints the exception frame via printk(). More...
 

Detailed Description

Implementation of _CPU_Exception_frame_print.

This file implements _CPU_Exception_frame_print for use in fatal output. It dumps all standard integer and floating point registers as well as some of the more important system registers.