Home
last modified time | relevance | path

Searched hist:"36 df29d7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dptrace.c36df29d7 Wed Jan 30 06:30:51 CST 2008 Roland McGrath <roland@redhat.com> ptrace: generic resume

This makes ptrace_request handle all the ptrace requests that wake
up the traced task. These do low-level ptrace implementation magic
that is not arch-specific and should be kept out of arch code. The
implementations on each arch usually do the same thing. The new
generic code makes use of the arch_has_single_step macro and generic
entry points to handle PTRACE_SINGLESTEP.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
36df29d7 Wed Jan 30 06:30:51 CST 2008 Roland McGrath <roland@redhat.com> ptrace: generic resume

This makes ptrace_request handle all the ptrace requests that wake
up the traced task. These do low-level ptrace implementation magic
that is not arch-specific and should be kept out of arch code. The
implementations on each arch usually do the same thing. The new
generic code makes use of the arch_has_single_step macro and generic
entry points to handle PTRACE_SINGLESTEP.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>