summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-08-10 19:32:33 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-08-10 19:32:33 +0000
commit03e62bf373948673740b4bd65a2e86ecb7182066 (patch)
tree48c764de7442ee368efec13907ec75ada5d69885
parent4ffa3fef69d3a964fff73a9395f0cf86c3136f2f (diff)
Notes
-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 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');