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 ada-lang.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-05-18 17:30:00

Modified files:
	gdb            : ChangeLog ada-lang.c 

Log message:
	Remove one use of sprintf in ada-lang.c (print_it_exception)
	
	This is just a minor cleanup of an ARI violation.  As this affects
	code that is normally unreachable (you'd need a runtime where
	the unit providing the exception hook has been compiled without
	debugging information), I tested this manually by commenting out
	the code just above, thus forcing this part of the code to be
	exercised.
	
	gdb/ChangeLog:
	
	* ada-lang.c (print_it_exception): Avoid use of sprintf.
	
	Tested on x86_64-linux.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13018&r2=1.13019
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.296&r2=1.297


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