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:
parent
c69b6b70e3
commit
08dedcfd5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue