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:36 PM, Doug Evans <dje@google.com> wrote:
> 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.

Hi.

fyi, I've committed this.

Thanks!


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