]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc56182009f6066c65f69cec06c675142d431a46
treeae6af4df76e71682efb4d90620182bfaf541e9c8
parent9496afda15359cfafaa57a57b8d7866dba7307df
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