Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2019 23:02:00 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351240 - head/sys/gdb
Message-ID:  <201908192302.x7JN20Pe095090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192302.x7JN20Pe095090>