Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-07-20 Thread Sergei Shtylyov
Hello, I wrote: I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented. Until such time

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-07-20 Thread Sergei Shtylyov
Jason Wessel wrote: I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented. Until

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-07-20 Thread Sergei Shtylyov
Sergei Shtylyov wrote: I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented. Until such

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-06-06 Thread Jason Wessel
Jason Wessel wrote: I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented. Until such

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-05-25 Thread Sergei Shtylyov
Hello. Jason Wessel wrote: I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented.

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-05-25 Thread Wessel, Jason
-Original Message- + case 2: + set_debugreg(breakinfo[breakno].addr, 2); + break; + + case 3: + set_debugreg(breakinfo[breakno].addr, 3); +

Re: [Kgdb-bugreport] [PATCH] HW Breakpoints

2007-05-25 Thread Sergei Shtylyov
Wessel, Jason wrote: I must note that the whole b/p mechanism has been a mess -- there are these {set|remove}_breakpoint() methods that never get called by KGDB and there are overridable kgdb_arch_{set|remove}_breakpoint() functions which get actually called. The situation was with h/w

[Kgdb-bugreport] [PATCH] HW Breakpoints

2007-05-24 Thread Jason Wessel
I rolled up several patches along with my changes to fix HW breakpoints on x86_64 and i386. I also deprecated some of the #defines in favor of using the kgdb_ops to control the HW breakpoints for other non IA archs at the point that these are implemented. Until such time that there is a