* ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
commitcabb1507a61010f6723ec96e4a23eba9c5ec1138
authorJoel Brobecker <brobecker@gnat.com>
Thu, 3 Jan 2008 12:30:38 +0000 (3 12:30 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 3 Jan 2008 12:30:38 +0000 (3 12:30 +0000)
tree72b644d26fe1a0f87a47942d311fcfec33ad8bb7
parent9227d67b6f1299322f55bee73ec52897d207f634
    * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
        (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
        Update calls to ada_to_fixed_type.
        (ada_template_to_fixed_record_type_1): Ditto, but without looking
        for the tag.
        (ada_to_fixed_type): Add check_tag parameter; do not look for
        tag if null.  When looking for a tag, use a fixed record type.
        * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
        * ada-valprint.c (printable_val_type, ada_value_print): Update
        calls to ada_to_fixed_type.
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-valprint.c