kernel-hacking-2024-linux-s.../arch/h8300/kernel
Christoph Hellwig 857fb252a1 h8300: use generic ptrace_resume code
Use the generic ptrace_resume code for PTRACE_SYSCALL, PTRACE_CONT,
PTRACE_KILL and PTRACE_SINGLESTEP.  This implies defining
arch_has_single_step in <asm/ptrace.h> and implementing the
user_enable_single_step and user_disable_single_step functions, which also
causes the breakpoint information to be cleared on fork, which could be
considered a bug fix.

Also the TIF_SYSCALL_TRACE thread flag is now cleared on PTRACE_KILL which
it previously wasn't which is consistent with all architectures using the
modern ptrace code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-03-12 15:52:38 -08:00
..
timer trivial: remove references to non-existent include/linux/config.h 2009-09-21 15:14:52 +02:00
asm-offsets.c
entry.S
gpio.c
h8300_ksyms.c
init_task.c Use new __init_task_data macro in arch init_task.c files. 2009-09-21 06:27:08 +02:00
irq.c genirq: Convert irq_desc.lock to raw_spinlock 2009-12-14 23:55:33 +01:00
Makefile
module.c
process.c h83000: Remove BKL from sys_execve 2009-10-14 17:18:14 +02:00
ptrace.c h8300: use generic ptrace_resume code 2010-03-12 15:52:38 -08:00
setup.c
signal.c
sys_h8300.c Add generic sys_ipc wrapper 2010-03-12 15:52:32 -08:00
syscalls.S Add generic sys_old_mmap() 2010-03-12 15:52:32 -08:00
time.c
traps.c
vmlinux.lds.S module: make MODULE_SYMBOL_PREFIX into a CONFIG option 2009-12-15 16:28:26 +10:30