Comment-out the debugging printf I left in in case there were some

packet related problems. No problems have been reported.
This commit is contained in:
Marcel Moolenaar 2004-08-10 19:32:33 +00:00
parent 4ffa3fef69
commit 03e62bf373
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133446

View File

@ -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');