Re: [Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-07-30 Thread David Gibson
On Mon, Jul 27, 2009 at 05:48:27AM +0530, K.Prasad wrote: > Modify the ptrace code to use the hardware breakpoint interfaces for > user-space. > > Signed-off-by: K.Prasad > --- > arch/powerpc/kernel/ptrace.c | 43 > +++ > 1 file changed, 43 insertions(

[Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-07-26 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 43 +++ 1 file changed, 43 insertions(+) Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c

Re: [Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-06-14 Thread David Gibson
On Wed, Jun 10, 2009 at 12:20:02PM +0530, K.Prasad wrote: > On Fri, Jun 05, 2009 at 03:13:45PM +1000, David Gibson wrote: > > On Wed, Jun 03, 2009 at 10:05:24PM +0530, K.Prasad wrote: > > > Modify the ptrace code to use the hardware breakpoint interfaces for > > > user-space. > > > > > > Signed-o

[Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-06-10 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 43 +++ 1 file changed, 43 insertions(+) Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c

Re: [Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-06-09 Thread K.Prasad
On Fri, Jun 05, 2009 at 03:13:45PM +1000, David Gibson wrote: > On Wed, Jun 03, 2009 at 10:05:24PM +0530, K.Prasad wrote: > > Modify the ptrace code to use the hardware breakpoint interfaces for > > user-space. > > > > Signed-off-by: K.Prasad > > --- > > arch/powerpc/kernel/ptrace.c | 47 > >

Re: [Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-06-04 Thread David Gibson
On Wed, Jun 03, 2009 at 10:05:24PM +0530, K.Prasad wrote: > Modify the ptrace code to use the hardware breakpoint interfaces for > user-space. > > Signed-off-by: K.Prasad > --- > arch/powerpc/kernel/ptrace.c | 47 > +++ > 1 file changed, 47 insertions(

[Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-06-03 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 47 +++ 1 file changed, 47 insertions(+) Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c

[Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-05-24 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 44 +++ 1 file changed, 44 insertions(+) Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c

[RFC Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-05-21 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 45 +++ 1 file changed, 45 insertions(+) Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c

[RFC Patch 3/6] Modify ptrace code to use Hardware Breakpoint interfaces

2009-05-14 Thread K.Prasad
Modify the ptrace code to use the hardware breakpoint interfaces for user-space. Signed-off-by: K.Prasad --- arch/powerpc/kernel/ptrace.c | 48 + Index: linux-2.6-tip.hbkpt/arch/powerpc/kernel/ptrace.c === --- linux