[ARM] process: Add display of memory around registers when displaying regs.
authorSan Mehat <san@google.com>
Tue, 25 Aug 2009 23:52:22 +0000 (16:52 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 8 Feb 2010 23:36:03 +0000 (15:36 -0800)
commit4992adfafb41fc41427935911378210ac3243229
tree9977eddc75a6abfdc422666ba8db8966a4f02f73
parenta431be40b097bb30ac0766b46364c041f99a9e11
[ARM] process: Add display of memory around registers when displaying regs.

This is extremely useful in diagnosing remote crashes, and is based heavily
on original work by <md@google.com>.

Signed-off-by: San Mehat <san@google.com>
Cc: Michael Davidson <md@google.com>
[ARM] process: Use uber-safe probe_kernel_address() to read mem when dumping.

This prevents the dump from taking pagefaults / external aborts.

Signed-off-by: San Mehat <san@google.com>
arch/arm/kernel/process.c