summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)Author
2022-03-29Rename print_spaces_filteredTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-07Fix bug in ada_print_floatingTom Tromey
2022-02-28Handle multi-byte bracket sequences in Ada lexerTom Tromey
2022-02-14Remove LA_PRINT_CHARTom Tromey
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-26gdb: add string_file::release methodSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-29Remove ada_value_print_innerTom Tromey
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-10-05Remove 'varsize-limit'Tom Tromey
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-04-28Fix Ada overloading with 'null'Tom Tromey
2021-04-15Avoid crash in Ada value printing with optimized-out arrayTom Tromey
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