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/testsuite ChangeLog gdb.base/recpar.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hilfingr@sourceware.org	2012-01-11 10:35:12

Modified files:
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.base: recpar.c recpar.exp 

Log message:
	Add testcase for locals identified with FUNCTION::VAR syntax.
	
	This test stops inside a recursive function after a few levels of recursion,
	goes up some frames, and then accesses a local variable with 'print foo::val'
	rather than the usual 'print val' to see if the former pays attention to the
	selected frame.
	
	2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
	Joel Brobecker <brobecker@adacore.com>
	
	* gdb.base/recpar.c, gdb.base/recpar.exp: New files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3014&r2=1.3015
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/recpar.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/recpar.exp.diff?cvsroot=src&r1=NONE&r2=1.1


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