linux-hardened/arch/openrisc
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
..
boot OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
configs OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
include/asm OpenRISC: PTrace 2011-07-22 18:46:31 +02:00
kernel OpenRISC: PTrace 2011-07-22 18:46:31 +02:00
lib OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
mm OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
Kconfig OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00
Makefile OpenRISC: Build infrastructure 2011-07-22 18:46:30 +02:00