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. 770e7fc78c3c94195cacf2d7698a252d410886a1


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  770e7fc78c3c94195cacf2d7698a252d410886a1 (commit)
      from  76f0cad6f4e0fdfc4cfeee135b44b6a090919c60 (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=770e7fc78c3c94195cacf2d7698a252d410886a1

commit 770e7fc78c3c94195cacf2d7698a252d410886a1
Author: Doug Evans <dje@google.com>
Date:   Mon Mar 31 12:07:48 2014 -0700

    New option "set print symbol-loading".
    
    	* NEWS: Mention it.
    	* solib.c (solib_read_symbols): Only print symbol loading messages
    	if requested.
    	(solib_add): If symbol loading is in "brief" mode, notify user
    	symbols are being loaded.
    	(reload_shared_libraries_1): Ditto.
    	* symfile.c (print_symbol_loading_off): New static global.
    	(print_symbol_loading_brief): New static global.
    	(print_symbol_loading_full): New static global.
    	(print_symbol_loading_enums): New static global.
    	(print_symbol_loading): New static global.
    	(print_symbol_loading_p): New function.
    	(symbol_file_add_with_addrs): Only print symbol loading messages
    	if requested.
    	(_initialize_symfile): Register "print symbol-loading" set/show
    	command.
    	* symfile.h (print_symbol_loading_p): Declare.
    
    	doc/
    	* gdb.texinfo (Symbols): Document set/show print symbol-loading.
    
    	testsuite/
    	* gdb.base/print-symbol-loading-lib.c: New file.
    	* gdb.base/print-symbol-loading-main.c: New file.
    	* gdb.base/print-symbol-loading.exp: New file.

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

Summary of changes:
 gdb/ChangeLog                                      |   21 +++
 gdb/NEWS                                           |    7 +
 gdb/doc/ChangeLog                                  |    4 +
 gdb/doc/gdb.texinfo                                |   22 +++
 gdb/solib.c                                        |   16 ++-
 gdb/symfile.c                                      |   55 ++++++++-
 gdb/symfile.h                                      |    2 +
 gdb/testsuite/ChangeLog                            |    6 +
 ...core-relro-lib.c => print-symbol-loading-lib.c} |    0
 ...re-relro-main.c => print-symbol-loading-main.c} |    0
 gdb/testsuite/gdb.base/print-symbol-loading.exp    |  144 ++++++++++++++++++++
 11 files changed, 275 insertions(+), 2 deletions(-)
 copy gdb/testsuite/gdb.base/{gcore-relro-lib.c => print-symbol-loading-lib.c} (100%)
 copy gdb/testsuite/gdb.base/{gcore-relro-main.c => print-symbol-loading-main.c} (100%)
 create mode 100644 gdb/testsuite/gdb.base/print-symbol-loading.exp


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]