svn commit: r351240 - head/sys/gdb

Conrad Meyer cem at FreeBSD.org
Mon Aug 19 23:02:00 UTC 2019


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


More information about the svn-src-head mailing list