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.ada/small_reg_ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-07-10 00:10:37

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.ada: small_reg_param.exp 

Log message:
	Fix FAIL: gdb.ada/small_reg_param.exp: continue to call_me
	
	If enough information is provided by the compiler, the debugger
	now prints the entry value of various parameters:
	
	(gdb) continue
	Continuing.
	
	Breakpoint 2, pck.call_me (w=w@entry=50) at [...]
	20            Last_Word := W;
	
	This patch adjusts the expected output to allow an optional
	"w@entry=" in the parameter value.
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/small_reg_param.exp: Accept optional entry value
	for parameter "w".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3726&r2=1.3727
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/small_reg_param.exp.diff?cvsroot=src&r1=1.5&r2=1.6


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