summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gdb/gdb_main.c')
-rw-r--r--sys/gdb/gdb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c
index 025c5b8..0eed036 100644
--- a/sys/gdb/gdb_main.c
+++ b/sys/gdb/gdb_main.c
@@ -111,7 +111,7 @@ gdb_trap(int type, int code)
thr_iter = NULL;
while (gdb_rx_begin() == 0) {
- printf("GDB: got '%s'\n", gdb_rxp);
+ /* printf("GDB: got '%s'\n", gdb_rxp); */
switch (gdb_rx_char()) {
case '?': /* Last signal. */
gdb_tx_begin('S');
OpenPOWER on IntegriCloud