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


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  d192b37306c0aeb5882002c1aae0f1f480254a41 (commit)
      from  8c707abce71058c7ddc5809aa69837bf6bdfae93 (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=d192b37306c0aeb5882002c1aae0f1f480254a41

commit d192b37306c0aeb5882002c1aae0f1f480254a41
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Dec 13 07:01:33 2013 +0100

    Move GDB/MI commands related to support-query to their own @node.
    
    A number of commands provide the capability to query the debugger
    about support for various features, and one of them in particular
    (-list-features), is expected to grow as new features get added.
    -list-target-features should also grow a bit over time, but probably
    slower.
    
    These commands deserve their own section and @node.
    
    gdb/doc/ChangeLog:
    
            * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
            in menu.
            (GDB/MI Variable Objects): Adjust reference to "-list-features"
            command, now in a new node.
            (GDB/MI Support Commands): New node, with its contents being
            extracted from the "GDB/MI Miscellaneous Commands" node.
            A small paragraph introducing the section is also added at
            the start.
            (GDB/MI Miscellaneous Commands): Delete the description of the
            -info-gdb-mi-command, -list-features and -list-target-features
            commands, now hosted in the "GDB/MI Support Commands" node.

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

Summary of changes:
 gdb/doc/ChangeLog   |   14 +++
 gdb/doc/gdb.texinfo |  292 ++++++++++++++++++++++++++-------------------------
 2 files changed, 165 insertions(+), 141 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]