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 dwarf2read.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	petrs@sources.redhat.com	2002-07-12 12:55:11

Modified files:
	gdb            : dwarf2read.c ChangeLog 

Log message:
	2002-07-12  Petr Sorfa <petrs@caldera.com>
	
	*  dwarf2read.c (dwarf2_invalid_attrib_class): New
	complaint for invalid attribute class or form.
	(read_func_scope): DW_AT_frame_base
	better handling of DW_AT_block*.
	(dwarf2_add_member_fn): DW_AT_vtable_elem_location
	better handling of DW_AT_block*.
	(read_common_block): DW_AT_location
	better handling of DW_AT_block*.
	(read_partial_die): DW_AT_location better handling
	of DW_AT_block*.
	(new_symbol): DW_AT_external better handling of
	DW_AT_block*. Proper initialization of variable
	"addr".
	(attr_form_is_block): New function that returns true
	if the attribute's form is of DW_FORM_block*.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.61&r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2902&r2=1.2903


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