summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21Remove some type field accessor macrosTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-02Clean up intermediate values in val_print_packed_array_elementsTom Tromey
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi
2023-07-21Remove ancient Ada workaroundTom Tromey
2023-06-03[gdb] Fix typosTom de Vries
2023-05-05Use discrete_position in ada-valprint.cTom Tromey
2023-04-19Remove adjust_type_signednessTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn value_copy into a methodTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_contents_eq into a methodTom Tromey
2023-02-13Turn value_fetch_lazy into a methodTom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey
2023-02-13Turn some value offset functions into methodTom Tromey
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-19GDB: Add a character string limiting optionAndrew Burgess
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-19Use bool constants for value_print_optionsTom Tromey
2022-10-14Use scoped_value_mark in more placesTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
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