diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2019-07-11 16:54:41 +0200 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2019-07-11 16:54:41 +0200 |
commit | 68b4faa22a21ef0bd103f1dce50bb4a263559395 (patch) | |
tree | aa9edd74014f72d99e478210c95ec82cf9af1540 /gdb/top.c | |
parent | 548c794021c606a2aae2cb9c44e2b0ac338a75d6 (diff) | |
download | binutils-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 |
FDPIC WIPusers/clyon/arm-fdpic-wip-gdb-8.2
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |