diff options
author | marcel <marcel@FreeBSD.org> | 2004-08-10 19:32:33 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-08-10 19:32:33 +0000 |
commit | 0b97f253fb0427b5c3cd051685aa44c2b3e527bf (patch) | |
tree | 48c764de7442ee368efec13907ec75ada5d69885 /sys/gdb | |
parent | 4792c96714675bf59774cf94cb3718f00ee2127b (diff) | |
download | FreeBSD-src-0b97f253fb0427b5c3cd051685aa44c2b3e527bf.zip FreeBSD-src-0b97f253fb0427b5c3cd051685aa44c2b3e527bf.tar.gz |
Comment-out the debugging printf I left in in case there were some
packet related problems. No problems have been reported.
Diffstat (limited to 'sys/gdb')
-rw-r--r-- | sys/gdb/gdb_main.c | 2 |
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'); |