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.trace/tfile.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-03-20 11:28:55

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.trace: tfile.c tfile.exp 

Log message:
	tfile.exp: Test printing a non-const global that is not covered by the trace frame; test disassembling.
	
	Make sure we don't fallback to printing the initial value of a
	non-const variable in the executable.
	
	Also make sure we can do 'disassemble', as another test that GDB is
	able to read read-only parts from the executable (the existing test of
	printing constglob also covers that case).
	
	gdb/testsuite/
	2013-03-20  Pedro Alves  <palves@redhat.com>
	Yao Qi  <yao@codesourcery.com>
	
	* gdb.trace/tfile.c: Add comments.
	(nonconstglob): New global.
	* gdb.trace/tfile.exp: Add comments.  Test printing a non-const
	global that is not covered by the trace frame.  Test
	disassembling.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3589&r2=1.3590
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.trace/tfile.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.trace/tfile.exp.diff?cvsroot=src&r1=1.18&r2=1.19


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