Re: kernel support for cortex A8 hardware watchpoints

2014-02-07 Thread Omair Javaid
On 5 February 2014 19:24, Marc Kleine-Budde wrote: > On 02/04/2014 02:49 PM, Ulrich Weigand wrote: >> Marc Kleine-Budde wrote on 04.02.2014 00:59:12: >> >>> I'm on a freescale mx53 (single core, cortex a8) and trying to find a >>> nasty problem in our $CUSTOMER's application. Working hardware wat

Re: kernel support for cortex A8 hardware watchpoints

2014-02-06 Thread Marc Kleine-Budde
On 02/04/2014 02:49 PM, Ulrich Weigand wrote: > Marc Kleine-Budde wrote on 04.02.2014 00:59:12: > >> I'm on a freescale mx53 (single core, cortex a8) and trying to find a >> nasty problem in our $CUSTOMER's application. Working hardware watch >> point support in gdb should solve the problem, or a

kernel support for cortex A8 hardware watchpoints

2014-02-05 Thread Marc Kleine-Budde
Hello Ulrich, I'm on a freescale mx53 (single core, cortex a8) and trying to find a nasty problem in our $CUSTOMER's application. Working hardware watch point support in gdb should solve the problem, or at least brings us a big step forward. I stumbled over your about three years old thread[1] abo

Re: kernel support for cortex A8 hardware watchpoints

2014-02-04 Thread Ulrich Weigand
Marc Kleine-Budde wrote on 04.02.2014 00:59:12: > I'm on a freescale mx53 (single core, cortex a8) and trying to find a > nasty problem in our $CUSTOMER's application. Working hardware watch > point support in gdb should solve the problem, or at least brings us a > big step forward. I stumbled ov