From 9f44fbc03496a470cf661d011d9bcdcf21859726 Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Thu, 21 Feb 2013 01:46:57 +0000 Subject: 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. --- gdb/doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/doc/ChangeLog') 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 + + * gdb.texinfo (Architectures In Python): Add description about + the new method gdb.Architecture.disassemble. + 2013-02-15 Pedro Alves Hafiz Abid Qadeer -- cgit v1.1