This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix ext lang calls to value_struct_elt
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 3 Nov 2016 20:59:43 +0000
- Subject: Re: [PATCH] Fix ext lang calls to value_struct_elt
- Authentication-results: sourceware.org; auth=none
- References: <001a11405eae5bc7d80540698d1d@google.com>
On Thu, Nov 03, 2016 at 06:16:10PM +0000, Doug Evans wrote:
> Hi.
>
> I found this while reading the code.
>
> 2016-11-03 Doug Evans <dje@google.com>
>
> * guile/scm-value.c (gdbscm_value_field): Fix call to value_struct_elt.
> * python/py-value.c (valpy_getitem): Ditto.
>
Patch is good to me.