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 symfile.c symtab.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	carlton_dictionary-branch
Changes by:	carlton@sourceware.org	2002-12-23 17:23:50

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

Log message:
	2002-12-23  David Carlton  <carlton@math.stanford.edu>
	
	* symtab.c (search_symbols): Update comment.
	(lookup_symbol): Don't demangle names.
	(lookup_symbol_minsym): Delete FIXME comment.
	(lookup_symbol_linkage): Add comment.
	(lookup_symbol_aux): Rename 'mangled_name' argument to
	'linkage_name'.
	(lookup_symbol_aux_local): Ditto.
	(lookup_symbol_aux_block): Ditto.
	(lookup_symbol_aux_nonlocal): Ditto.
	(lookup_symbol_aux_file): Ditto.
	(lookup_symbol_aux_symtabs): Ditto.
	(lookup_symbol_aux_psymtabs): Ditto.
	(lookup_symbol_aux_using): Ditto.
	(lookup_symbol_aux_using_loop): Ditto.
	(lookup_symbol_namespace): Ditto.
	(lookup_symbol_aux_minsyms): Ditto.
	* symfile.c (psymbol_init_demangled_name): Delete unnecessary
	variable, initialization.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3256.2.39&r2=1.3256.2.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.69.2.11&r2=1.69.2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.70.2.23&r2=1.70.2.24


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