aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-3/+3
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-29Remove ada_value_print_innerTom Tromey1-24/+5
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-5/+5
2021-10-05Remove 'varsize-limit'Tom Tromey1-6/+0
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-4/+4
2021-04-28Fix Ada overloading with 'null'Tom Tromey1-2/+13
2021-04-15Avoid crash in Ada value printing with optimized-out arrayTom Tromey1-1/+4
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-16/+4
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi1-1/+1
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker1-1/+1
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-0/+3
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey1-33/+13
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-12/+12
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+1
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-1/+1
2020-06-15Remove read_memory_stringTom Tromey1-2/+2
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-4/+4
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-2/+2
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey1-31/+9
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-15update name of several Ada fixed-point type handling functionsJoel Brobecker1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-18/+18
2020-05-11Fix Ada value printing on PPC64Tom Tromey1-1/+2
2020-04-29Fix array pretty formatterHannes Domani1-3/+5
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey1-1/+3
2020-04-06Select variant field when printing variantTom Tromey1-2/+4
2020-03-30Change ada_which_variant_applies to value APITom Tromey1-3/+1
2020-03-20Fix Ada val_print removal regressionTom Tromey1-60/+39
2020-03-13Remove val_printTom Tromey1-302/+7
2020-03-13Change print_field_values to use value-based APITom Tromey1-7/+7
2020-03-13Introduce ada_value_print_arrayTom Tromey1-23/+48
2020-03-13Convert ada_value_print to value-based APITom Tromey1-4/+1
2020-03-13Convert ada_val_print_ref to value-based APITom Tromey1-4/+2
2020-03-13Introduce ada_value_print_numTom Tromey1-3/+83
2020-03-13Rewrite ada_value_print_1 floating point caseTom Tromey1-3/+8
2020-03-13Introduce ada_value_print_ptrTom Tromey1-3/+21
2020-03-13Rewrite ada_value_print_innerTom Tromey1-16/+104
2020-03-13Introduce ada_value_print_innerTom Tromey1-0/+11
2020-02-22Style field names in "print"Tom Tromey1-3/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-2/+2
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi1-5/+1
2019-10-01Introduce metadata styleTom Tromey1-6/+12
2019-09-03Handle biased typesTom Tromey1-1/+8
2019-05-08When debugging a mixed Ada/C program using this scenario:Xavier Roirand1-31/+25