aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@sourceware.org>2013-02-21 01:46:57 +0000
committerSiva Chandra Reddy <sivachandra@sourceware.org>2013-02-21 01:46:57 +0000
commit9f44fbc03496a470cf661d011d9bcdcf21859726 (patch)
tree9fd2d9e47afdc5718ea6dcb017ca812df8bcb30e /gdb/doc/ChangeLog
parentd373aa7be9bbd3d47988652ba59496db34b0d246 (diff)
downloadgdb-9f44fbc03496a470cf661d011d9bcdcf21859726.zip
gdb-9f44fbc03496a470cf661d011d9bcdcf21859726.tar.gz
gdb-9f44fbc03496a470cf661d011d9bcdcf21859726.tar.bz2
Add a new method 'disassemble' to gdb.Architecture class.
* python/py-arch.c (archpy_disassmble): Implementation of the new method gdb.Architecture.disassemble. (arch_object_methods): Add entry for the new method. * doc/gdb.texinfo (Architectures In Python): Add description about the new method gdb.Architecture.disassemble. * testsuite/gdb.python/py-arch.c: New test case * testsuite/gdb.python/py-arch.exp: New tests to test gdb.Architecture.disassemble * testsuite/gdb.python/Makefile.in: Add py-arch to the list of EXECUTABLES.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 6a16958..a2a6ec6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
+
+ * gdb.texinfo (Architectures In Python): Add description about
+ the new method gdb.Architecture.disassemble.
+
2013-02-15 Pedro Alves <pedro@codesourcery.com>
Hafiz Abid Qadeer <abidh@codesourcery.com>