diff options
author | Andy McFadden <fadden@android.com> | 2011-11-16 15:50:55 -0800 |
---|---|---|
committer | Andy McFadden <fadden@android.com> | 2011-11-16 15:50:55 -0800 |
commit | ecf0e9e53abd02cfb4dc56c409ff5a49516c775c (patch) | |
tree | c49cd7b830fd4ddb44ab14ee4d2ec45e1491e8fd /debuggerd | |
parent | 61b90bd211021886049f72cb666a5b49b83b3c64 (diff) | |
download | system_core-ecf0e9e53abd02cfb4dc56c409ff5a49516c775c.zip system_core-ecf0e9e53abd02cfb4dc56c409ff5a49516c775c.tar.gz system_core-ecf0e9e53abd02cfb4dc56c409ff5a49516c775c.tar.bz2 |
DO NOT MERGE - disable memory dumps
This disables the hex dumps of memory for registers other than PC
and LR.
Bug 5484924
Change-Id: I26cff857e5d01ed30548ca3e55bdddd63b592c0c
Diffstat (limited to 'debuggerd')
-rw-r--r-- | debuggerd/arm/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/arm/machine.c b/debuggerd/arm/machine.c index 5055444..d5efb79 100644 --- a/debuggerd/arm/machine.c +++ b/debuggerd/arm/machine.c @@ -37,7 +37,7 @@ #include "utility.h" /* enable to dump memory pointed to by every register */ -#define DUMP_MEM_FOR_ALL_REGS 1 +#define DUMP_MEM_FOR_ALL_REGS 0 #ifdef WITH_VFP #ifdef WITH_VFP_D32 |