1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-09 11:19:17 +01:00
Files
u-boot-megous/arch/arm
Heinrich Schuchardt bd2a13f329 arm: print instructions pointed to by pc
If an exception occurs in a loaded image and the relocation offset is
unknown, it is helful to know the instructions pointed to by the
program counter. This patch adds the missing output.

A possible output is:
    Code: e1c560d0 e12fff1e e120077b e12fff1e (e7f7defb)

The parentheses indicate the instruction causing the exception.

The output can be disassembled using the decodecode script provided
by the Linux kernel project.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2018-05-23 22:06:41 -04:00
..
2018-05-14 21:28:38 -04:00
2018-05-08 09:07:34 -04:00
2018-05-07 15:53:29 -04:00