This is the mail archive of the gdb-patches@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]

Re: [RFC - Python Scripting] New method gdb.Architecture.disassemble


On Thu, Feb 14, 2013 at 10:42 PM, Doug Evans <dje@google.com> wrote:
> Hi.
> Thanks for persevering!
> Just nits at this point.
>
> Siva Chandra writes:
>  > I now have a patch (find it attached) which has been tweaked based on
>  > comments from Doug.
>  >
>  > Thanks Doug, for another round of detailed feedback.
>  >
>  > 2013-02-13  Siva Chandra Reddy  <sivachandra@google.com>
>  >
>  >         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
>  >         * gdb.python/py-arch.exp: New tests to test
>  >         gdb.Architecture.disassemble
>  >         * gdb.python/Makefile.in: Add py-arch to the list of
>  >         EXECUTABLES.

Oh, duh.  Sorry for the followup.
This needs a NEWS entry.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]