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. 72bfa06c56ec662b4262cc264f45462ccda6a5d6


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  72bfa06c56ec662b4262cc264f45462ccda6a5d6 (commit)
      from  94481b8c8f63a2a956d18ac1e6d6134c5334cb24 (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=72bfa06c56ec662b4262cc264f45462ccda6a5d6

commit 72bfa06c56ec662b4262cc264f45462ccda6a5d6
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Dec 3 10:04:32 2013 +0400

    GDB/MI: Document support for -exec-run --start in -list-features
    
    This adds "exec-run-start-option" in the output of the -list-features
    commands, allowing front-ends to easily determine whether -exec-run
    supports the --start option.
    
    gdb/ChangeLog:
    
            * mi/mi-main.c (mi_cmd_list_features): add "exec-run-start-option".
            * NEWS: Expand the entry documenting the new -exec-run --start
            option to mention the corresponding new entry in the output of
            "-list-features".
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
    	"exec-run-start-option" entry in the output of the "-list-features"
    	command.
    
    gdb/testsuite/ChangeLog:
    
            * gdb.mi/mi-start.exp: Add test verifying that -list-features
            contains "exec-run-start-option".

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

Summary of changes:
 gdb/ChangeLog                     |    7 +++++++
 gdb/NEWS                          |    4 +++-
 gdb/doc/ChangeLog                 |    6 ++++++
 gdb/doc/gdb.texinfo               |    3 +++
 gdb/mi/mi-main.c                  |    1 +
 gdb/testsuite/ChangeLog           |    5 +++++
 gdb/testsuite/gdb.mi/mi-start.exp |    6 ++++++
 7 files changed, 31 insertions(+), 1 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]