binutils-gdb/gdb/testsuite
David Carlton 9219021cb5 2003-04-15 David Carlton <carlton@math.stanford.edu>
* Makefile.in (SFILES): Add cp-namespace.c.
	(COMMON_OBS): Add cp-namespace.o.
	(block.o): Depend on gdb_obstack_h and cp_support_h.
	(buildsym.o): Depend on cp_support_h.
	(cp-namespace.o): New.
	(cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
	gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
	(dwarf2read.o): Depend on cp_support_h.
	* jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
	* dwarf2read.c (process_die): Set processing_has_namespace_info,
	processing_current_namespace.
	(read_namespace): Update processing_current_namespace; check for
	anonymous namespaces.
	(dwarf2_name): New function.
	(dwarf2_extension): Ditto.
	* cp-support.h: Update copyright, contributors.
	Add inclusion guards.
	Add opaque declaration for structs obstack, block, symbol.
	(struct using_direct): New struct.
	Add declarations for cp_find_first_component,
	cp_entire_prefix_len, processing_has_namespace_info,
	processing_current_namespace, cp_is_anonymous,
	cp_add_using_directive, cp_initialize_namespace,
	cp_finalize_namespace, cp_set_block_scope,
	cp_scan_for_anonymous_namespaces.
	* cp-namespace.c: New file.
	* cp-support.c: Update copyright.
	Include ctype.h, gdb_assert.h, gdbcmd.h.
	New variable maint_cplus_cmd_list.
	(cp_find_first_component): New function.
	(cp_entire_prefix_len, maint_cplus_command)
	(first_component_command, _initialize_cp_support): Ditto.
	* buildsym.c: Include cp-support.h.
	New variable using_list.
	(add_symbol_to_list): Check for anonymous namespaces.
	(finish_block): Set block's scope.
	(start_symtab): Initialize C++ namespace support.
	(end_symtab): Finalize C++ namespace support.
	* block.h: Add opaque declarations for structs
	block_namespace_info, using_direct, and obstack.
	Add declarations for block_set_scope and block_set_using.
	(struct block): Add 'language_specific' member.
	(BLOCK_NAMESPACE): New macro.
	* block.c: Include gdb_obstack.h and cp-support.h.
	(struct block_namespace_info): New struct.
	(block_set_scope): New function.
	(block_set_using, block_initialize_namespace): Ditto.

2003-04-15  David Carlton  <carlton@math.stanford.edu>

	* gdb.c++/maint.exp: New file.
2003-04-15 23:07:11 +00:00
..
config * config/mips.exp: Update comments. 2002-09-09 21:21:35 +00:00
gdb.arch just pretend these didn't get committed. 2003-03-18 21:50:27 +00:00
gdb.asm * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812. 2003-03-21 20:34:38 +00:00
gdb.base 2003-04-14 Elena Zannoni <ezannoni@redhat.com> 2003-04-14 14:04:06 +00:00
gdb.c++ 2003-04-15 David Carlton <carlton@math.stanford.edu> 2003-04-15 23:07:11 +00:00
gdb.disasm 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 22:49:19 +00:00
gdb.fortran Remove obsolete testsuite code. 2002-12-16 19:33:54 +00:00
gdb.gdb * gdb.gdb/observer.exp: New regression test. 2003-03-27 20:13:28 +00:00
gdb.hp Zap remainder of gdb.threads-hp directory. 2002-06-27 03:58:32 +00:00
gdb.java * Makefile.in (ALL_SUBDIRS): New variable. 2003-01-09 18:50:28 +00:00
gdb.mi 2003-04-08 Andrew Cagney <cagney@redhat.com> 2003-04-08 21:48:40 +00:00
gdb.stabs * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that 2001-11-06 00:31:59 +00:00
gdb.threads 2003-04-14 Elena Zannoni <ezannoni@redhat.com> 2003-04-15 02:23:11 +00:00
gdb.trace 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 22:49:19 +00:00
lib 2003-04-02 Andrew Cagney <cagney@redhat.com> 2003-04-03 16:34:48 +00:00
.gdbinit
aclocal.m4
ChangeLog 2003-04-15 David Carlton <carlton@math.stanford.edu> 2003-04-15 23:07:11 +00:00
config.hin * configure.in: Call AC_CONFIG_HEADER. Don't call 2003-01-04 15:37:40 +00:00
configure * configure.in: Call AC_CONFIG_HEADER. Don't call 2003-01-04 15:37:40 +00:00
configure.in 2003-03-03 Michael Chastain <mec@shout.net> 2003-03-03 15:45:24 +00:00
Makefile.in 2003-03-03 Michael Chastain <mec@shout.net> 2003-03-03 15:18:20 +00:00
TODO