Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-06-12 Thread Anshuman Khandual
On 06/04/2014 02:18 PM, Anshuman Khandual wrote: > On 06/03/2014 11:33 AM, Anshuman Khandual wrote: >> On 05/30/2014 07:12 PM, Aneesh Kumar K.V wrote: Anshuman Khandual writes: >> This patch enables support for hardware instruction breakpoints on >> POWER8 with >> the help o

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-06-04 Thread Anshuman Khandual
On 06/03/2014 11:33 AM, Anshuman Khandual wrote: > On 05/30/2014 07:12 PM, Aneesh Kumar K.V wrote: >> > Anshuman Khandual writes: >> > >>> >> This patch enables support for hardware instruction breakpoints on >>> >> POWER8 with >>> >> the help of a new register called CIABR (Completed Instructio

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-06-03 Thread Anshuman Khandual
On 06/02/2014 02:18 PM, Anshuman Khandual wrote: > On 06/01/2014 11:48 AM, Michael Neuling wrote: >> > On Fri, 2014-05-30 at 17:40 +0530, Anshuman Khandual wrote: >>> >> This patch enables support for hardware instruction breakpoints on >>> >> POWER8 with >>> >> the help of a new register called C

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-06-02 Thread Anshuman Khandual
On 05/30/2014 07:12 PM, Aneesh Kumar K.V wrote: > Anshuman Khandual writes: > >> This patch enables support for hardware instruction breakpoints on POWER8 >> with >> the help of a new register called CIABR (Completed Instruction Address >> Breakpoint >> Register). With this patch, single hardwa

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-06-02 Thread Anshuman Khandual
On 06/01/2014 11:48 AM, Michael Neuling wrote: > On Fri, 2014-05-30 at 17:40 +0530, Anshuman Khandual wrote: >> This patch enables support for hardware instruction breakpoints on POWER8 >> with >> the help of a new register called CIABR (Completed Instruction Address >> Breakpoint >> Register). W

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-05-31 Thread Michael Neuling
On Fri, 2014-05-30 at 17:40 +0530, Anshuman Khandual wrote: > This patch enables support for hardware instruction breakpoints on POWER8 with > the help of a new register called CIABR (Completed Instruction Address > Breakpoint > Register). With this patch, single hardware instruction breakpoint ca

Re: [PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-05-30 Thread Aneesh Kumar K.V
Anshuman Khandual writes: > This patch enables support for hardware instruction breakpoints on POWER8 with > the help of a new register called CIABR (Completed Instruction Address > Breakpoint > Register). With this patch, single hardware instruction breakpoint can be > added > and cleared duri

[PATCH] powerpc, xmon: Enable hardware instruction breakpoint support on POWER8

2014-05-30 Thread Anshuman Khandual
This patch enables support for hardware instruction breakpoints on POWER8 with the help of a new register called CIABR (Completed Instruction Address Breakpoint Register). With this patch, single hardware instruction breakpoint can be added and cleared during any active xmon debug session. This ha