This is the mail archive of the gdb-cvs@sources.redhat.com 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 cp-namespace.c testsuite/Cha ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_1-branch
Changes by:	carlton@sourceware.org	2004-03-05 18:04:22

Modified files:
	gdb            : ChangeLog cp-namespace.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.cp: rtti.exp rtti.h rtti1.cc rtti2.cc 

Log message:
	2004-03-05  David Carlton  <carlton@kealia.com>
	
	* cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
	bug.
	
	2004-03-05  David Carlton  <carlton@kealia.com>
	
	* gdb.cp/rtti.exp: Add 'print *obj3' test.
	* gdb.cp/rtti.h: Update copyright.
	(namespace n2::n3): New.
	* gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
	(n2::n3::func3): New.
	(main): Call n2::n3::func3.
	* gdb.cp/rtti2.cc: Update copyright.
	(n2::create3): New.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.5499.2.5&r2=1.5499.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.12&r2=1.12.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.822&r2=1.822.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/rtti.exp.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.4&r2=1.4.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/rtti.h.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.1&r2=1.1.18.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/rtti1.cc.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.2&r2=1.2.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/rtti2.cc.diff?cvsroot=src&only_with_tag=gdb_6_1-branch&r1=1.1&r2=1.1.18.1


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