This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFA] get_array_bounds function: change low and high parameter type to LONGEST *
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: "'Joel Brobecker'" <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 3 Jun 2010 08:51:43 +0200
- Subject: RE: [RFA] get_array_bounds function: change low and high parameter type to LONGEST *
- References: <001e01cb0229$4e13db70$ea3b9250$@muller@ics-cnrs.unistra.fr> <20100602212147.GW3019@adacore.com>
> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé?: Wednesday, June 02, 2010 11:22 PM
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: [RFA] get_array_bounds function: change low and high
> parameter type to LONGEST *
>
> > 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
> >
> > * valprint.h (get_array_bounds): Change low and high parameter
> types
> > to LONGEST *.
> > * valprint.c (get_array_bounds): Use get_discrete_bounds call to
> > compute bounds.
> > (val_print_array_elements): Adapt to change above.
> > * ada-valprint.c (print_optional_low_bound): Adapt to change
> above.
> > * p-valprint.c (pascal_val_print): Likewise.
>
> This is a nice cleanup, thank you. OK to commit.
Thank you for the approval,
patch committed.
Pierre