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 buildsym.c dwarf2read.c symtab.c utils ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb-csl-symbian-20060226-branch
Changes by:	drow@sourceware.org	2006-09-28 20:18:19

Modified files:
	gdb            : buildsym.c dwarf2read.c symtab.c utils.c 
	gdb/testsuite/config: symbian.exp 
	gdb/testsuite/gdb.base: completion.exp gdb1555.exp list.exp 
	                        maint.exp remote.exp varargs.exp 
	gdb/testsuite/gdb.mi: mi-basics.exp mi2-basics.exp 
	gdb/testsuite/gdb.stabs: exclfwd.exp 
	gdb/testsuite/lib: gdb.exp 

Log message:
	gdb/
	* buildsym.c, symtab.c: Add local hack for FILENAME_CMP testing.
	* utils.c (cygwin_filename_cmp): New.
	
	Backport:
	2006-04-21  Frederic Riss  <frederic.riss@st.com>
	* dwarf2read.c (dwarf2_start_subfile): Change prototype to accept
	compilation directory as last argument.
	Always pass comp_dir as second argument to start_subfile and prepend
	dirname to the filename when necessary.
	Remove now superfluous search for pre-existing subfile.
	(dwarf_decode_lines): Pass the compilation directory to
	dwarf2_start_subfile.
	
	gdb/testsuite/
	* config/symbian.exp (gdb_target_symbian): Handle a running target.
	(gdb_load): Add return value.
	
	* gdb.base/completion.exp: Test arg rather than a.  Handle
	very small lists of symbols.
	
	* gdb.base/list.exp: Differentiate run behavior based on
	use_gdb_stub.
	
	* gdb.base/maint.exp: Accept local symbols.  Accept missing .data.
	
	* gdb.base/remote.exp: Update packet limits.
	
	* gdb.base/varargs.exp: Don't pass an empty list item.
	
	* lib/gdb.exp (fullname_syntax): Recognize forward slashes in DOS
	paths.
	
	Backport:
	2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
	* gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
	native.
	
	2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
	* gdb.stabs/exclfwd.exp: Skip the test if configure did not
	enable stabs testing.
	
	2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
	* gdb.mi/mi-basics.exp: Add missing serial number to
	expected output in some mi_gdb_test statements.
	* gdb.mi/mi2-basics.exp: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/buildsym.c.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.42.8.1&r2=1.42.8.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.193.8.1&r2=1.193.8.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.146&r2=1.146.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.166&r2=1.166.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/config/symbian.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.1.2.4&r2=1.1.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/completion.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.21.28.1&r2=1.21.28.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/gdb1555.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.1&r2=1.1.34.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/list.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.11&r2=1.11.18.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/maint.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.24.12.1&r2=1.24.12.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/remote.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.5&r2=1.5.20.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/varargs.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.3&r2=1.3.102.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-basics.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.12&r2=1.12.16.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi2-basics.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.4&r2=1.4.16.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.stabs/exclfwd.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.1&r2=1.1.26.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/gdb.exp.diff?cvsroot=src&only_with_tag=gdb-csl-symbian-20060226-branch&r1=1.64.10.1&r2=1.64.10.1.2.1


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