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]

src/gdb ChangeLog symfile.c symtab.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sourceware.cygnus.com	2000-10-12 09:53:06

Modified files:
	gdb            : ChangeLog symfile.c symtab.c 

Log message:
	2000-10-12  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	From Daniel Berlin <dberlin@redhat.com> :
	
	* symtab.c (lookup_symbol_aux): New function. Renamed from
	lookup_symbol. Move code to do demangling/case sensitivity to
	lookup_symbol().
	(lookup_symbol): Now wrapper for lookup_symbol_aux, so we can
	perform case sensitivity/demangling without leaking memory.  Move
	code to do demangling/case sensitivity from old_lookup_symbol to
	here.
	(lookup_partial_symbol): Use SYMBOL_SOURCE_NAME instead of
	SYMBOL_NAME.
	(lookup_block_symbol): Use SYMBOL_SOURCE_NAME instead of
	SYMBOL_NAME. Don't do linear search in case of C++.
	
	* symfile.c (compare_symbols): Use SYMBOL_SOURCE_NAME instead of
	SYMBOL_NAME.
	(compare_psymbols): Same here.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.702&r2=1.703
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.15&r2=1.16


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