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. 8d551b0239b795065ecd2cb2bd3cae2e9ee2a7df


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  8d551b0239b795065ecd2cb2bd3cae2e9ee2a7df (commit)
      from  18848e288ca9d1ca242cce667419bbb6728442fc (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=8d551b0239b795065ecd2cb2bd3cae2e9ee2a7df

commit 8d551b0239b795065ecd2cb2bd3cae2e9ee2a7df
Author: Doug Evans <dje@google.com>
Date:   Fri May 16 12:15:10 2014 -0700

    New command line option -D.
    
    	* NEWS: Mention it.
    	* main.c (set_gdb_data_directory): New function.
    	(captured_main): Recognize -D.  Flag error for --data-directory "".
    	Call set_gdb_data_directory.
    	(print_gdb_help): Print --data-directory, -D.
    	* main.h (set_gdb_data_directory): Declare.
    	* top.c (staged_gdb_datadir): New static global.
    	(set_gdb_datadir): Call set_gdb_data_directory
    	(show_gdb_datadir): New function.
    	(init_main): Update init of data-directory parameter.
    
    	testsuite/
    	* gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
    	Update.
    	(do_syscall_tests_without_xml): Update.
    
    	doc/
    	* gdb.texinfo (Mode Options): Add -D.

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

Summary of changes:
 gdb/ChangeLog                            |   14 ++++++++
 gdb/NEWS                                 |    5 +++
 gdb/doc/ChangeLog                        |    4 ++
 gdb/doc/gdb.texinfo                      |    2 +
 gdb/main.c                               |   49 ++++++++++++++++++++++++++++-
 gdb/main.h                               |    2 +
 gdb/testsuite/ChangeLog                  |    6 ++++
 gdb/testsuite/gdb.base/catch-syscall.exp |    6 ++-
 gdb/top.c                                |   18 ++++++++++-
 9 files changed, 100 insertions(+), 6 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]