This is the mail archive of the gdb-cvs@sourceware.org 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 ada-lang.c dwarf2read.c psym ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hilfingr@sourceware.org	2010-10-04 06:34:40

Modified files:
	gdb            : ChangeLog ada-lang.c dwarf2read.c psymtab.c 
	                 symfile.h 

Log message:
	Replace wild_match with faster version and modify its interface.
	
	This new version of wild_match is comparable in speed to strcmp_iw, and has
	the same signature and same return value for equal names.
	
	gdb/ChangeLog:
	* ada-lang.c (wild_match): Reimplement.
	Change API to eliminate unused length argument, reverse arguments and
	make 0 the 'true' return value.
	(advance_wild_match): New auxiliary function for wild_match to improve
	readability.
	(ada_match_name, ada_add_block_symbols): Use new API for wild_match.
	* psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
	API for wild_match.
	* symfile.h (map_ada_symtabs): Modify declaration to use new API for
	wild_match.
	* dwarf2read.c (dw2_map_ada_symtabs): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12225&r2=1.12226
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.269&r2=1.270
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.465&r2=1.466
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/psymtab.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symfile.h.diff?cvsroot=src&r1=1.75&r2=1.76


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