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 gdb.Type method returning optimized out gdb.Value


> From: Doug Evans <dje@google.com>
> Date: Mon, 13 Apr 2015 16:57:04 -0700
> Cc: Alexander Smundak <asmundak@google.com>,
>     gdb-patches <gdb-patches@sourceware.org>
> 
> Doug Evans writes:
>  > On Tue, Apr 7, 2015 at 2:23 PM, Alexander Smundak <asmundak@google.com> wrote:
>  > > Thank you for the quick review.
>  > > Edited NEWS, renamed `create_optimized_out' to `optimized_out',
>  > > elided 'unavailable' from description, added blank line.
>  > > PTAL.
>  > >
>  > > gdb/doc/ChangeLog:
>  > >
>  > > 2015-04-07  Sasha Smundak  <asmundak@google.com>
>  > >
>  > >     * python.texi: New method documented.
>  > >
>  > > gdb/ChangeLog:
>  > >
>  > > 2015-04-07  Sasha Smundak  <asmundak@google.com>
>  > >
>  > >     * NEWS: Mention gdb.Type.optimized_out method.
>  > >     * python/py-type.c (typy_optimized_out):  New function.
>  > >
>  > > gdb/testsuite/ChangeLog:
>  > >
>  > > 2015-04-07  Sasha Smundak  <asmundak@google.com>
>  > >
>  > >     * gdb.python/py-type.exp: New test.
> 
> Hi.
> Just need a doc approval.

You've got it.


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