arch: arm64: Dump registers content on fatal error
Extend the ESF structure and dump the most important registers in the error exception handler. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
6531d1c649
commit
3aef85458d
7 changed files with 52 additions and 15 deletions
|
@ -26,10 +26,7 @@ extern "C" {
|
|||
|
||||
struct __esf {
|
||||
struct __basic_sf {
|
||||
u64_t x0;
|
||||
u64_t x1;
|
||||
u64_t x2;
|
||||
u64_t x3;
|
||||
u64_t regs[20];
|
||||
} basic;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue