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


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  f10c5b19e0d3f34cf36272bd9f038c19e6873275 (commit)
      from  413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10 (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=f10c5b19e0d3f34cf36272bd9f038c19e6873275

commit f10c5b19e0d3f34cf36272bd9f038c19e6873275
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Nov 30 20:25:48 2014 +0100

    Add add-auto-load-scripts-directory.
    
    There is already "add-auto-load-safe-path" which works
    like "set auto-load safe-path" but in append mode.
    
    There was missing an append equivalent for "set auto-load scripts-directory".
    
    ABRT has directory /var/cache/abrt-di/ as an alternative one
    to /usr/lib/debug/ . Therefore ABRT needs to use -iex parameters to add this
    /var/cache/abrt-di/ directory as a first-class debuginfo directory.
    Using absolute "set auto-load scripts-directory" would hard-code the path
    possibly overriding local system directory additions; besides it would not be
    nice anyway.
    
    gdb/ChangeLog
    2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	Add add-auto-load-scripts-directory.
    	* NEWS (Changes since GDB 7.8): Add add-auto-load-scripts-directory.
    	* auto-load.c (add_auto_load_dir): New function.
    	(_initialize_auto_load): Install it.
    
    gdb/doc/ChangeLog
    2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	Add add-auto-load-scripts-directory.
    	* gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
    	(objfile-gdbdotext file): Add add-auto-load-scripts-directory.

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

Summary of changes:
 gdb/ChangeLog       |    7 +++++++
 gdb/NEWS            |    4 ++++
 gdb/auto-load.c     |   25 +++++++++++++++++++++++++
 gdb/doc/ChangeLog   |    6 ++++++
 gdb/doc/gdb.texinfo |    8 ++++++++
 5 files changed, 50 insertions(+), 0 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]