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 ada-lang.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2008-09-10 20:10:48

Modified files:
	gdb            : ada-lang.c ChangeLog 

Log message:
	* ada-lang.c (is_digits_suffix): New function.
	(is_dot_digits_suffix): Remove.
	(ada_lookup_symbol_list): Remove digits suffix from minimal symbols
	before looking up in symbol table, and do not use wild matches on them.
	(wild_match): Reimplement for speed and to allow matching of operator
	symbols.
	(is_valid_name_for_wild_match): Return zero for names that do not
	follow the GNAT encoding.
	
	(is_name_suffix): Fix typo in comment.
	(to_record_with_fixed_variant_part): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.158&r2=1.159
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9769&r2=1.9770


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