A bug in the former command line patch

Zhang, Sonic sonic.zhang at intel.com
Thu Dec 5 20:48:59 PST 2002


Hi,

	I find a bug in my last command line patch.  
	I forget to print a new line when resuming printing after "more>"
prompt.

	Sonic Zhang

----------------------------------------------------

--- linux-kdb/kdb/kdb_io.c	Fri Dec  6 12:18:23 2002
+++ linux-kdb-cmdline/kdb/kdb_io.c	Fri Dec  6 12:19:07 2002
@@ -249,6 +249,7 @@
 
 		kdb_nextline = 1;	/* Really set output line 1 */
+		kdb_printf("\n");
 
 		if ((buf1[0] == 'q') || (buf1[0] == 'Q'))
 			do_longjmp = 1;


----------------------------------------------------





More information about the kdb mailing list