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: [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.


-- 
Joel


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