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
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