ptrace: generic PTRACE_SINGLEBLOCK
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:53 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:53 +0000 (13:30 +0100)
commit5b88abbf770a0e1975c668743100f42934f385e8
treeae6af4df76e71682efb4d90620182bfaf541e9c8
parentdc802c2d2e66e2d1544e023bfd4be6cdee48d57b
ptrace: generic PTRACE_SINGLEBLOCK

This makes ptrace_request handle PTRACE_SINGLEBLOCK along with
PTRACE_CONT et al.  The new generic code makes use of the
arch_has_block_step macro and generic entry points on machines
that define them.

[ mingo@elte.hu: bugfix ]

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/ptrace.h
kernel/ptrace.c