aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@chromium.org>2014-03-30 16:24:50 -0700
committerSiva Chandra <sivachandra@chromium.org>2014-06-03 10:07:45 -0700
commit0c6e92a52c60347a3e5689150d25b1cb87eeb258 (patch)
tree1e28d3e0c76de1534e50f117c51b755df753a798 /gdb/doc/ChangeLog
parent883964a75e8c6531f167391354f1a4d83d203988 (diff)
downloadgdb-0c6e92a52c60347a3e5689150d25b1cb87eeb258.zip
gdb-0c6e92a52c60347a3e5689150d25b1cb87eeb258.tar.gz
gdb-0c6e92a52c60347a3e5689150d25b1cb87eeb258.tar.bz2
Documentation of the xmethod support in GDB Python API.
* NEWS (Python Scripting): Add entry about the new xmethods feature. doc/ * python.texi (Xmethods In Python, XMethod API) (Writing an Xmethod): New nodes. (Python API): New menu entries "Xmethods In Python", "Xmethod API", "Writing an Xmethod".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ca1d4fe..16a60f3 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
+
+ * python.texi (Xmethods In Python, XMethod API)
+ (Writing an Xmethod): New nodes.
+ (Python API): New menu entries "Xmethods In Python",
+ "Xmethod API", "Writing an Xmethod".
+
2014-06-02 Doug Evans <xdje42@gmail.com>
* guile.texi (Guile API): Add entry for Parameters In Guile.