aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-07-11 16:54:41 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2019-07-11 16:54:41 +0200
commit68b4faa22a21ef0bd103f1dce50bb4a263559395 (patch)
treeaa9edd74014f72d99e478210c95ec82cf9af1540 /gdb/top.c
parent548c794021c606a2aae2cb9c44e2b0ac338a75d6 (diff)
downloadbinutils-users/clyon/arm-fdpic-wip-gdb-8.2.zip
binutils-users/clyon/arm-fdpic-wip-gdb-8.2.tar.gz
binutils-users/clyon/arm-fdpic-wip-gdb-8.2.tar.bz2
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 4a0fedb..997695f 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -168,7 +168,7 @@ int remote_timeout = 2;
/* Non-zero tells remote* modules to output debugging info. */
-int remote_debug = 0;
+int remote_debug = 0/*1*/;
/* Sbrk location on entry to main. Used for statistics only. */
#ifdef HAVE_USEFUL_SBRK