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. 1e0a51780bc504ff110cc623954cdf9e71a26ad1


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  1e0a51780bc504ff110cc623954cdf9e71a26ad1 (commit)
      from  8f3f987531fa46b3383956919ae16461306eeb35 (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=1e0a51780bc504ff110cc623954cdf9e71a26ad1

commit 1e0a51780bc504ff110cc623954cdf9e71a26ad1
Author: Stan Shebs <stan@codesourcery.com>
Date:   Tue Feb 11 09:31:14 2014 +1030

    Add Doxygen support to GDB

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

Summary of changes:
 gdb/doc/ChangeLog             |   14 ++++++
 gdb/doc/Doxyfile-base.in      |   92 +++++++++++++++++++++++++++++++++++++++++
 gdb/doc/Doxyfile-gdb-api.in   |   38 +++++++++++++++++
 gdb/doc/Doxyfile-gdb-xref.in  |   44 +++++++++++++++++++
 gdb/doc/Doxyfile-gdbserver.in |   45 ++++++++++++++++++++
 gdb/doc/Makefile.in           |   37 ++++++++++++++++
 gdb/doc/doxy-index.in         |   76 +++++++++++++++++++++++++++++++++
 gdb/doc/filter-for-doxygen    |   14 ++++++
 gdb/doc/filter-params.pl      |   11 +++++
 9 files changed, 371 insertions(+), 0 deletions(-)
 create mode 100644 gdb/doc/Doxyfile-base.in
 create mode 100644 gdb/doc/Doxyfile-gdb-api.in
 create mode 100644 gdb/doc/Doxyfile-gdb-xref.in
 create mode 100644 gdb/doc/Doxyfile-gdbserver.in
 create mode 100644 gdb/doc/doxy-index.in
 create mode 100755 gdb/doc/filter-for-doxygen
 create mode 100644 gdb/doc/filter-params.pl


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]