summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)Author
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi
2020-06-15Remove read_memory_stringTom Tromey
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-15update name of several Ada fixed-point type handling functionsJoel Brobecker
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-05-11Fix Ada value printing on PPC64Tom Tromey
2020-04-29Fix array pretty formatterHannes Domani
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey
2020-04-06Select variant field when printing variantTom Tromey
2020-03-30Change ada_which_variant_applies to value APITom Tromey
2020-03-20Fix Ada val_print removal regressionTom Tromey
2020-03-13Remove val_printTom Tromey
2020-03-13Change print_field_values to use value-based APITom Tromey
2020-03-13Introduce ada_value_print_arrayTom Tromey
2020-03-13Convert ada_value_print to value-based APITom Tromey
2020-03-13Convert ada_val_print_ref to value-based APITom Tromey
2020-03-13Introduce ada_value_print_numTom Tromey
2020-03-13Rewrite ada_value_print_1 floating point caseTom Tromey
2020-03-13Introduce ada_value_print_ptrTom Tromey
2020-03-13Rewrite ada_value_print_innerTom Tromey
2020-03-13Introduce ada_value_print_innerTom Tromey
2020-02-22Style field names in "print"Tom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi
2019-10-01Introduce metadata styleTom Tromey
2019-09-03Handle biased typesTom Tromey
2019-05-08When debugging a mixed Ada/C program using this scenario:Xavier Roirand
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-05Remove excess calls to gdb_flushTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-09-10(Ada) Fix printing of access to unconstrained arraysXavier Roirand