This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog ravenscar-thread.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-11-23 00:55:50

Modified files:
	gdb            : ChangeLog ravenscar-thread.c 

Log message:
	Add missing \n in `show ravenscar task-switching' output
	
	A new-line was missing at the end of the output of the `show ravenscar
	task-switching' command.  For instance:
	
	(gdb) show ravenscar task-switching
	Support for Ravenscar task/thread switching is enabled(gdb)
	
	This patch fixes it.
	
	gdb/ChangeLog:
	
	* ravenscar-thread.c (show_ravenscar_task_switching_command):
	Add missing '\n' in output.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12325&r2=1.12326
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ravenscar-thread.c.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]