]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
guile: Add 'history-append!' procedure.
authorLudovic Courtès <ludo@gnu.org>
Tue, 18 Feb 2014 22:35:46 +0000 (23:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 26 Feb 2014 21:59:42 +0000 (22:59 +0100)
commit7a5a839f3a82e23f7745dd9905191716c74e34df
tree0bfa29f6b2fd02081e561ad88e9821f72591bbe6
parentd763de106f7146d7b972f98c7d0113f80a65e4f5
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!'.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/guile.texi
gdb/guile/scm-value.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.guile/scm-value.exp