linux/arch/openrisc/kernel
Jonas Bonn e5ad95ce9b OpenRISC: PTrace
This patch implements minimal PTrace support.  The pt_regs structure is
not exported to userspace for OpenRISC; rather, the GETREGSET mechanism
is intended to be used and the registers, as such, exported in the core
dump format which is ABI stable.  This is in line with what is intended
for new architectures as of 2.6.34 and has the advantage of permitting
the layout of the registers on the kernel stack (as per pt_regs) to be
freely modified.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
2011-07-22 18:46:31 +02:00
..
entry.S
head.S
init_task.c
Makefile OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
prom.c OpenRISC: Device tree 2011-07-22 18:46:28 +02:00
ptrace.c OpenRISC: PTrace 2011-07-22 18:46:31 +02:00
setup.c
signal.c OpenRISC: Signal handling 2011-07-22 18:46:29 +02:00
vmlinux.lds.S OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00