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. cc485e620197e6db42d942820d499b01794aeb00


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  cc485e620197e6db42d942820d499b01794aeb00 (commit)
      from  0ab9ce852ba65ef77cfc1fc82d1c48d03152f868 (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=cc485e620197e6db42d942820d499b01794aeb00

commit cc485e620197e6db42d942820d499b01794aeb00
Author: Doug Evans <xdje42@gmail.com>
Date:   Wed Dec 17 00:17:27 2014 -0800

    New parameter "debug symbol-lookup".
    
    gdb/ChangeLog:
    
    	New parameter "debug symbol-lookup".
    	* NEWS: Mention it.
    	* cp-namespace.c (cp_lookup_symbol_imports_or_template): Add debug
    	output.
    	(cp_lookup_symbol_namespace, cp_lookup_symbol_nonlocal): Ditto.
    	(cp_lookup_nested_symbol): Ditto.
    	* language.c (language_lookup_primitive_type_by_name): Add debug
    	output.
    	* minsyms.c (lookup_minimal_symbol): Add debug output.
    	* objfiles.c (objfile_debug_name): Moved here, and renamed ...
    	* symfile-debug.c (debug_objfile_name): ... from here.  All callers
    	updated.
    	* objfiles.h (objfile_debug_name): Declare.
    	* symtab.h (symbol_lookup_debug): Declare.
    	* symtab.c (symbol_lookup_debug): New global.
    	(lookup_language_this): Add debug output.
    	(lookup_symbol_aux, lookup_symbol_in_block): Ditto.
    	(lookup_symbol_in_objfile_symtabs, lookup_symbol_via_quick_fns): Ditto.
    	(lookup_symbol_in_static_block, lookup_symbol_in_objfile): Ditto.
    	(_initialize_symtab): Add new parameter "debug symbol-lookup".
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (Debugging Output): Document "debug symbol-lookup".

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

Summary of changes:
 gdb/ChangeLog       |   23 ++++++
 gdb/NEWS            |    6 ++
 gdb/cp-namespace.c  |  153 +++++++++++++++++++++++++++++++++++----
 gdb/doc/ChangeLog   |    4 +
 gdb/doc/gdb.texinfo |    8 ++
 gdb/language.c      |   20 +++++-
 gdb/minsyms.c       |   41 ++++++++++-
 gdb/objfiles.c      |    8 ++
 gdb/objfiles.h      |    4 +
 gdb/symfile-debug.c |   56 ++++++--------
 gdb/symtab.c        |  202 ++++++++++++++++++++++++++++++++++++++++++++++++---
 gdb/symtab.h        |    2 +
 12 files changed, 466 insertions(+), 61 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]