This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Add Frame.read_register to Python API
- From: Doug Evans <dje at google dot com>
- To: Sasha Smundak <asmundak at google dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 29 Aug 2014 16:36:12 -0700
- Subject: Re: [PATCH] Add Frame.read_register to Python API
- Authentication-results: sourceware.org; auth=none
- References: <CAHQ51u4gJRVFXNnUykc6EmCCFGd4O3+LJmpjFGMZ9AeQSvQCuQ at mail dot gmail dot com> <83oay128ca dot fsf at gnu dot org> <CAHQ51u4ugn--HzUS0r8sMyv14LcasL5vY_EUdOyJ1wXaX+WLpw at mail dot gmail dot com> <87ioo7uuqm dot fsf at fleche dot redhat dot com> <CAHQ51u71A-sBCW_em68nHsFTXmHZCsYudKYtZm8MfC=rTGGAOg at mail dot gmail dot com> <21494 dot 15883 dot 93664 dot 480097 at ruffy2 dot mtv dot corp dot google dot com> <CAHQ51u6jdqDswi7NspoP8mKPjbLi9eP0a69K7R8yW9Eo5=N4Gw at mail dot gmail dot com> <21503 dot 26406 dot 286858 dot 300183 at ruffy2 dot mtv dot corp dot google dot com> <54010D8F dot 7090607 at google dot com>
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.