Re: [U-Boot] [PATCH v3 1/2] arm: print instructions pointed to by pc

2018-05-24 Thread Alexander Graf
On 15.05.18 19:42, Heinrich Schuchardt wrote: > 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

[U-Boot] [PATCH v3 1/2] arm: print instructions pointed to by pc

2018-05-15 Thread Heinrich Schuchardt
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 i