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 gdb/MAINTAINERS gdb/Makefile ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	carlton_dictionary-branch
Changes by:	carlton@sourceware.org	2002-10-25 16:50:01

Modified files:
	gdb            : ChangeLog MAINTAINERS Makefile.in NEWS 
	                 ada-lang.c blockframe.c breakpoint.c c-lang.h 
	                 c-typeprint.c configure configure.in 
	                 configure.tgt corefile.c cp-support.c defs.h 
	                 dwarf2cfi.c dwarf2cfi.h dwarf2read.c 
	                 expression.h f-valprint.c findvar.c 
	                 gdb_indent.sh gdbarch.c gdbarch.h gdbarch.sh 
	                 gdbcore.h gdbtypes.c gdbtypes.h hppa-tdep.c 
	                 hpread.c i386bsd-nat.c i386obsd-nat.c 
	                 i386v-nat.c infcmd.c infrun.c language.c 
	                 language.h linespec.c objc-exp.y parse.c 
	                 printcmd.c solib-sunos.c solib-svr4.c 
	                 solib-svr4.h source.c stabsread.c symfile.c 
	                 symtab.c symtab.h utils.c valops.c value.h 
	                 varobj.c version.in x86-64-linux-tdep.c 
	                 x86-64-tdep.c x86-64-tdep.h 
	gdb/config/alpha: nm-fbsd.h nm-linux.h nm-nbsd.h nm-osf.h 
	gdb/config/mips: nm-irix4.h nm-irix5.h tm-embed.h 
	gdb/config/pa  : nm-hppah.h 
	gdb/doc        : ChangeLog gdbint.texinfo 
	gdb/mi         : ChangeLog mi-cmd-stack.c mi-cmd-var.c mi-main.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.asm: asm-source.exp asmsrc1.s asmsrc2.s 
	                       common.inc 
	gdb/testsuite/gdb.base: constvars.c constvars.exp default.exp 
	                        help.exp 
	gdb/testsuite/gdb.c++: namespace.exp 
	gdb/testsuite/gdb.mi: ChangeLog mi-var-cmd.exp mi1-var-cmd.exp 
	gdb/testsuite/gdb.threads: schedlock.c 
	sim/common     : ChangeLog cgen-trace.h 
Added files:
	gdb            : i386obsd-tdep.c 
	gdb/config/i386: obsd.mt 
	gdb/testsuite/gdb.asm: mips.inc 

Log message:
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* symtab.c (lookup_symbol_aux_block): New function.
	(lookup_symbol_aux_local): Call lookup_symbol_aux_block.
	(lookup_symbol_aux): Ditto.
	
	* Merge from mainline; tag is carlton_dictionary-20021025-merge.
	
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* cp-support.c: Add comment to demangled name pitfalls.
	* symtab.c (lookup_transparent_type): Add FIXME comment at
	beginning.
	
	2002-10-23  David Carlton  <carlton@math.stanford.edu>
	
	* symtab.c: Delete cplusplus_hint.
	Delete prototype for find_template_name_end.
	* dwarf2read.c (scan_partial_symbols): Add in a gdb_assert from a
	later version of my namespace_minimal patch.
	
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* gdb.c++/namespace.exp: Change all of the setup_xfail tests that
	I added into setup_kfails.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386obsd-tdep.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3256.2.18&r2=1.3256.2.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/MAINTAINERS.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.204.2.2&r2=1.204.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.262.2.13&r2=1.262.2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.92.2.2&r2=1.92.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9.2.4&r2=1.9.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/blockframe.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.40.2.2&r2=1.40.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.89.2.3&r2=1.89.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-lang.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-typeprint.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.22&r2=1.22.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.90&r2=1.90.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.91&r2=1.91.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.85&r2=1.85.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/corefile.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.19&r2=1.19.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cp-support.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.2.4&r2=1.1.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.97.2.1&r2=1.97.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2cfi.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16&r2=1.16.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2cfi.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.66.4.6&r2=1.66.4.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/expression.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/f-valprint.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.24.1&r2=1.6.24.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/findvar.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.35.8.1&r2=1.35.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb_indent.sh.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.150.2.1&r2=1.150.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.118.2.1&r2=1.118.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.162.2.1&r2=1.162.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbcore.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9&r2=1.9.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtypes.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.58.2.1&r2=1.58.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtypes.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.36&r2=1.36.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hppa-tdep.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27&r2=1.27.14.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hpread.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.22.8.1&r2=1.22.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386bsd-nat.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16&r2=1.16.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386obsd-nat.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/i386v-nat.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.55.2.3&r2=1.55.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.71.2.1&r2=1.71.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/language.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.28&r2=1.28.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/language.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.13&r2=1.13.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.22.2.2&r2=1.22.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/objc-exp.y.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3.2.2&r2=1.3.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.2.2&r2=1.27.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/printcmd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.43.2.2&r2=1.43.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib-sunos.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib-svr4.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.26&r2=1.26.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib-svr4.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/source.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.32.2.1&r2=1.32.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.41.2.1&r2=1.41.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.69.2.6&r2=1.69.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.70.2.10&r2=1.70.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.42.2.9&r2=1.42.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.80.2.1&r2=1.80.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.75.2.2&r2=1.75.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/value.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.36&r2=1.36.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.31.8.1&r2=1.31.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.464.2.2&r2=1.464.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/x86-64-linux-tdep.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/x86-64-tdep.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.2.1&r2=1.27.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/x86-64-tdep.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-fbsd.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.24.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-linux.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-nbsd.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-osf.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.14.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/obsd.mt.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/nm-irix4.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.24.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/nm-irix5.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/tm-embed.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/pa/nm-hppah.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.24.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.227.2.2&r2=1.227.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.102.2.1&r2=1.102.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.69.2.4&r2=1.69.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-stack.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11.14.2&r2=1.11.14.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-var.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12.8.1&r2=1.12.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-main.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.31.2.1&r2=1.31.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.402.2.6&r2=1.402.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/mips.inc.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/asm-source.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.25&r2=1.25.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/asmsrc1.s.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/asmsrc2.s.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/common.inc.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/constvars.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.1.1&r2=1.1.1.1.30.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/constvars.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7&r2=1.7.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/default.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.13&r2=1.13.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/help.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.14.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.c++/namespace.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12.16.3&r2=1.12.16.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.23.2.2&r2=1.23.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-cmd.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12.2.1&r2=1.12.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-var-cmd.exp.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.6.1&r2=1.2.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.threads/schedlock.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.79&r2=1.79.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/common/cgen-trace.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.1.1&r2=1.1.1.1.28.1


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