Author: cem
Date: Mon Aug 19 23:01:59 2019
New Revision: 351240
URL: https://svnweb.freebsd.org/changeset/base/351240

Log:
  Fix stylistic nit in r351239
  
  Meant to fix this before committing, but forgot.

Modified:
  head/sys/gdb/gdb_main.c

Modified: head/sys/gdb/gdb_main.c
==============================================================================
--- head/sys/gdb/gdb_main.c     Mon Aug 19 22:58:30 2019        (r351239)
+++ head/sys/gdb/gdb_main.c     Mon Aug 19 23:01:59 2019        (r351240)
@@ -310,7 +310,6 @@ gdb_trap(int type, int code)
                                gdb_tx_char('C');
                                gdb_tx_varhex((long)kdb_thread->td_tid);
                                gdb_tx_end();
-                               break;
                        } else if (gdb_rx_equal("fThreadInfo")) {
                                thr_iter = kdb_thr_first();
                                gdb_do_threadinfo(&thr_iter);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to