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-02-25 00:02:27

Modified files:
	gdb            : ChangeLog.intercu dwarf2read.c 

Log message:
	* dwarf2read.c (free_one_comp_unit): Update signature so it can be
	used as a cleanup.  Clear the per_cu pointer.  Add some comments.
	(free_one_cached_comp_unit): Update signature so it can be used
	as a cleanup.  Remove unused argument.
	(dwarf2_build_psymtabs_hard): Update call to
	free_one_cached_comp_unit.  Don't free the obstack here.
	(process_queue): Keep dwarf2_queue up to date as we remove items
	from the queue.
	(dwarf2_release_queue): New function.
	(psymtab_to_symtab_1): Use cleanups.
	(load_full_comp_unit): Likewise.
	(free_comp_units_worker): Remove clearing of the cu pointer.
	(clear_per_cu_pointer): Also free the partial_die_obstack.  Update
	comments.

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.30&r2=1.1.2.31
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.31&r2=1.135.2.32


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