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


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  7a5a839f3a82e23f7745dd9905191716c74e34df (commit)
      from  d763de106f7146d7b972f98c7d0113f80a65e4f5 (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=7a5a839f3a82e23f7745dd9905191716c74e34df

commit 7a5a839f3a82e23f7745dd9905191716c74e34df
Author: Ludovic Courtès <ludo@gnu.org>
Date:   Tue Feb 18 23:35:46 2014 +0100

    guile: Add 'history-append!' procedure.
    
    gdb/
    2014-02-26  Ludovic Courtès  <ludo@gnu.org>
    
    	* guile/scm-value.c (gdbscm_history_append_x): New function.
    	(value_functions): Add it.
    
    gdb/testsuite/
    2014-02-26  Ludovic Courtès  <ludo@gnu.org>
    
    	* gdb.guile/scm-value.exp (test_value_in_inferior): Add
    	test for 'history-append!'.
    
    gdb/doc/
    2014-02-26  Ludovic Courtès  <ludo@gnu.org>
    
    	* gdb/doc/guile.texi (Basic Guile): Document 'history-append!'.

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

Summary of changes:
 gdb/ChangeLog                         |    5 +++++
 gdb/doc/ChangeLog                     |    4 ++++
 gdb/doc/guile.texi                    |    9 +++++++++
 gdb/guile/scm-value.c                 |   25 +++++++++++++++++++++++++
 gdb/testsuite/ChangeLog               |    5 +++++
 gdb/testsuite/gdb.guile/scm-value.exp |    8 ++++++++
 6 files changed, 56 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]