PERFORCE change 50097 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 31 19:01:05 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=50097

Change 50097 by marcel at 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:


More information about the p4-projects mailing list