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]

gdb and binutils branch master updated. 838275403d9c8ef648b889e348500cfc1b9fab40


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  838275403d9c8ef648b889e348500cfc1b9fab40 (commit)
      from  ac51d3ed8b689857d7066cd79f665f38fcf04950 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=838275403d9c8ef648b889e348500cfc1b9fab40

commit 838275403d9c8ef648b889e348500cfc1b9fab40
Author: Doug Evans <xdje42@gmail.com>
Date:   Fri Dec 12 22:27:23 2014 -0800

    Give quick_symbol_functions "methods" a consistent naming scheme.
    Add missing function comments.
    
    gdb/ChangeLog:
    
    	* psymtab.c (psym_map_symtabs_matching_filename): Renamed from
    	partial_map_symtabs_matching_filename.  All uses updated.
    	(psym_find_pc_sect_compunit_symtab): Renamed from
    	find_pc_sect_compunit_symtab_from_partial.  All uses updated.
    	Add function comment.
    	(psym_lookup_symbol): Renamed from lookup_symbol_aux_psymtabs.
    	All uses updated.  Add function comment.
    	(psym_relocate): Renamed from relocate_psymtabs.  All uses updated.
    	Add function comment.
    	(psym_find_last_source_symtab): Renamed from
    	find_last_source_symtab_from_partial.  All uses updated.
    	Add function comment.
    	(psym_forget_cached_source_info): Renamed from
    	forget_cached_source_info_partial.  All uses updated.
    	Add function comment.
    	(psym_print_stats): Renamed from print_psymtab_stats_for_objfile.
    	All uses updated.  Add function comment.
    	(psym_dump): Renamed from dump_psymtabs_for_objfile.  All uses
    	updated.  Add function comment.
    	(psym_expand_symtabs_for_function): Renamed from
    	read_symtabs_for_function.  All uses updated.  Update function comment.
    	(psym_expand_all_symtabs): Renamed from expand_partial_symbol_tables.
    	All uses updated.  Add function comment.
    	(psym_expand_symtabs_with_fullname): Renamed from
    	read_psymtabs_with_fullname.  All uses updated.  Add function comment.
    	(psym_map_symbol_filenames): Renamed from map_symbol_filenames_psymtab.
    	All uses updated.  Add function comment.
    	(psym_map_matching_symbols): Renamed from map_matching_symbols_psymtab.
    	All uses updated.
    	(psym_expand_symtabs_matching): Renamed from
    	expand_symtabs_matching_via_partial.  All uses updated.
    	Add function comment.
    	(psym_has_symbols): Renamed from objfile_has_psyms.  All uses updated.
    	Add function comment.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |   37 ++++++++++++++
 gdb/psymtab.c |  153 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 133 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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