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

2018-05-24 Thread Marek Vasut
On 05/24/2018 10:57 AM, Alexander Graf wrote: > > > On 13.05.18 16:45, Marek Vasut wrote: >> On 05/13/2018 02:22 PM, Tuomas Tynkkynen wrote: >>> Hi, >>> >>> On Thu, 10 May 2018 16:38:30 +0200 >>> Heinrich Schuchardt wrote: >>> If an exception occurs in a loaded image and the relocation offs

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

2018-05-24 Thread Alexander Graf
On 13.05.18 16:45, Marek Vasut wrote: > On 05/13/2018 02:22 PM, Tuomas Tynkkynen wrote: >> Hi, >> >> On Thu, 10 May 2018 16:38:30 +0200 >> Heinrich Schuchardt wrote: >> >>> If an exception occurs in a loaded image and the relocation offset is >>> unknown, it is helful to know the instructions po

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

2018-05-13 Thread Marek Vasut
On 05/13/2018 02:22 PM, Tuomas Tynkkynen wrote: > Hi, > > On Thu, 10 May 2018 16:38:30 +0200 > 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

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

2018-05-13 Thread Tuomas Tynkkynen
Hi, On Thu, 10 May 2018 16:38:30 +0200 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: > *pc

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

2018-05-10 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: *pc: fb de f7 e7 1e ff 2f e1 01 00 50 e3 f0 4d 2d e9 01 80 a0 e1 The output can be