nommu: ptrace support
authorPaul Brook <paul@codesourcery.com>
Fri, 24 Jul 2009 11:34:58 +0000 (12:34 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:34:58 +0000 (12:34 +0100)
commit68b7f7153fa58df710924fbb79722717d2d16094
treef7a170a4e93be7b5ea852cccfc03e88bd20ee964
parent5d57795e26c413656725c26bd053dbee3711adee
nommu: ptrace support

The patch below adds ARM ptrace functions to get the process load address.
This is required for useful userspace debugging on mmuless systems.  These
values are obtained by reading magic offsets with PTRACE_PEEKUSR, as on other
nommu targets. I picked arbitrary large values for the offsets.

Signed-off-by: Paul Brook <paul@codesourcery.com>
arch/arm/include/asm/ptrace.h
arch/arm/kernel/ptrace.c