From 03e62bf373948673740b4bd65a2e86ecb7182066 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 10 Aug 2004 19:32:33 +0000 Subject: [PATCH] Comment-out the debugging printf I left in in case there were some packet related problems. No problems have been reported. --- sys/gdb/gdb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index 025c5b89e105..0eed036aa9ce 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');