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


CVSROOT:	/cvs/src
Module name:	src
Branch: 	drow_intercu-20040221-branch
Changes by:	drow@sourceware.org	2004-04-19 03:37:37

Modified files:
	gdb            : ChangeLog.intercu dwarf2read.c 

Log message:
	* dwarf2read.c (add_partial_structure): Remove.
	(load_partial_die): Rename to read_partial_die.
	(skip_one_die): Move prototype.
	(clear_per_cu_pointer): Rename to free_stack_comp_unit.  Always
	free the obstack.
	(dwarf2_build_psymtabs_hard): Update comments.  Move
	cleanup.  Initialize the comp_unit_obstack.  Remove hash table
	creation.
	(load_comp_unit): Initialize the comp_unit_obstack.  Remove
	hash table creation.
	(create_comp_unit_tree): Update comments.  Read less data.
	(scan_partial_symbols): Update comment.  Rename pdi_p to pdi.
	(add_partial_enumeration): Likewise.
	(add_partial_symbol): Remove psym2.
	(add_partial_namespace): Don't set the name here.
	(guess_structure_name): Make static.
	(locate_pdi_sibling): Rearrange.
	(determine_class_name): Update comment.
	(load_partial_dies): Create the hash table here.  Update comments.
	Don't use obstack_free.
	(fixup_partial_die): Add comment.  Fix typo.
	(dwarf_alloc_block): Readd comment.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.intercu.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.1.2.37&r2=1.1.2.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.135.2.40&r2=1.135.2.41


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