Enable verbose register memory dumps

Dump some memory at addresses for all registers that look like they
might have valid addresses.  Previously this was only done for PC
and LR.

(This is expected to be disabled before ship.)

Bug 5484924

Change-Id: I9802eaa396783e1286ae0c53eaf2473892c38a02
This commit is contained in:
Andy McFadden 2011-10-19 13:28:33 -07:00
parent c69b6b70e3
commit 08dedcfd5c

View file

@ -37,7 +37,7 @@
#include "utility.h"
/* enable to dump memory pointed to by every register */
#define DUMP_MEM_FOR_ALL_REGS 0
#define DUMP_MEM_FOR_ALL_REGS 1
#ifdef WITH_VFP
#ifdef WITH_VFP_D32