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 common/format.c testsuite/Ch ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	aburgess@sourceware.org	2013-08-13 16:05:24

Modified files:
	gdb            : ChangeLog 
	gdb/common     : format.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: printcmds.exp 

Log message:
	Handle '#' flag for printf of pointer types.
	
	http://sourceware.org/ml/gdb-patches/2013-08/msg00340.html
	
	gdb/ChangeLog
	
	* common/format.c (parse_format_string): Don't allow '#' flag for
	pointer arguments in format string.
	
	gdb/testsuite/ChangeLog
	
	* gdb.base/printcmds.exp (test_printf): Add test for printf of
	pointer with various flags.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15887&r2=1.15888
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/format.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3769&r2=1.3770
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/printcmds.exp.diff?cvsroot=src&r1=1.53&r2=1.54


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