Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2004 19:01:03 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50097 for review
Message-ID:  <200404010301.i31313g5075329@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50097

Change 50097 by marcel@marcel_nfs on 2004/03/31 19:00:08

	Fix a typo: when we switch threads for the T command, actually
	switch back to the previous thread.
	
	Spotted by: jhb

Affected files ...

.. //depot/projects/gdb/sys/gdb/gdb_main.c#12 edit

Differences ...

==== //depot/projects/gdb/sys/gdb/gdb_main.c#12 (text+ko) ====

@@ -202,7 +202,7 @@
 				gdb_tx_ok();
 			else
 				gdb_tx_err(ENOENT);
-			kdb_set_thread(tid);
+			kdb_set_thread(curtid);
 			break;
 		}
 		case -1:



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