[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)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:24 +0000 (17:49 -0700)
commitd8858c010b6ac08df43a1f84c333ec62d4c15f34
treeb4ff4b8aacdb27f1b5f573f185f3dc0e5c09623a
parent4d2a623834a5769e36f708b879cf87cf4cd34cae
[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