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: [PATCH] Add Frame.read_register to Python API


On Fri, Aug 29, 2014 at 4:32 PM, Sasha Smundak <asmundak@google.com> wrote:
> Thanks.
> Here it is again:
>
>
> The ability to read registers is needed to use Frame Filter API to
> display the frames created by JIT compilers.
>
> gdb/ChangeLog:
>
> 2014-08-29  Sasha Smundak  <asmundak@google.com>
>
>
>         * python/py-frame.c (frapy_read_register): New function.
>
> gdb/doc/ChangeLog
>
>
> 2014-08-26  Sasha Smundak  <asmundak@google.com>
>
>         * python.texi (Frames in Python): Add read_register description.
>
> gdb/testsuite/ChangeLog:
>
>
> 2014-08-26  Sasha Smundak  <asmundak@google.com>
>
>         * gdb.python/py-frame.exp: Test Frame.read_register.

LGTM.


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