Home
last modified time | relevance | path

Searched hist:e5ad95ce9b8d7efc443d39a7bbc4e55b7a4593f1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/openrisc/include/asm/
H A Dptrace.he5ad95ce9b8d7efc443d39a7bbc4e55b7a4593f1 Sat Jun 04 13:54:22 CDT 2011 Jonas Bonn <jonas@southpole.se> 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>
/openbmc/linux/arch/openrisc/kernel/
H A Dptrace.ce5ad95ce9b8d7efc443d39a7bbc4e55b7a4593f1 Sat Jun 04 13:54:22 CDT 2011 Jonas Bonn <jonas@southpole.se> 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>