aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-12/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+12
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-10(Ada) Fix printing of access to unconstrained arraysXavier Roirand1-1/+1
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand1-0/+34
2018-01-04(Ada) Remove printing of array's first index when unneededXavier Roirand1-0/+2