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 dwarf2read.c jv-exp.y symtab ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2004-09-20 20:18:39

Modified files:
	gdb            : ChangeLog dwarf2read.c jv-exp.y symtab.c 
	                 valarith.c 

Log message:
	2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
	
	* dwarf2read.c (typename_concat): Change prototype to accept obstack
	and dwarf2_cu struct pointer as arguments.  Change function to use
	obstack if provided and use dwarf2_cu to determine language-specific
	separator.
	(partial_die_parent_scope): Change comment to include java.  Use
	new version of typename_concat instead of obconcat.
	(partial_die_full_name): Use typename_concat.
	(read_namespace): Ditto.
	(read_enumeration_type): Use typename_concat instead of obconcat.
	(new_symbol): Ditto.
	(add_partial_symbol): Enhance tests for C++ to also test for Java.
	(guess_structure_name): Ditto.
	(read_subroutine_type): Ditto.
	(read_structure_type): Ditto.
	(is_vtable_name): Add Java support.
	(determine_class_name): Switch to new typename_concat call.
	(determine_prefix): Switch to new typename_concat call.
	* jv-exp.y (FuncStart): New pattern.
	(MethodInvocation): Add support for simple function calls.  Change
	warning message for other forms of inferior call currently not
	supported.
	* valarith.c (value_subscript): Treat an array with upper-bound
	of -1 as unknown size.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6388&r2=1.6389
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.160&r2=1.161
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/jv-exp.y.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.138&r2=1.139
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valarith.c.diff?cvsroot=src&r1=1.23&r2=1.24


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