Remove path name from test case
[binutils-gdb.git] / gdb / ada-valprint.c
2023-10-02 Tom TromeyClean up intermediate values in val_print_packed_array_...
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-07-21 Tom TromeyRemove ancient Ada workaround
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-05 Tom TromeyUse discrete_position in ada-valprint.c
2023-04-19 Tom TromeyRemove adjust_type_signedness
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_copy into a method
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_contents_eq into a method
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn some value offset functions into method
2023-02-13 Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13 Tom TromeyTurn value_type into method
2023-01-19 Andrew BurgessGDB: Add a character string limiting option
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-10-14 Tom TromeyUse scoped_value_mark in more places
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-03-29 Tom TromeyRename print_spaces_filtered
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-07 Tom TromeyFix bug in ada_print_floating
2022-02-28 Tom TromeyHandle multi-byte bracket sequences in Ada lexer
2022-02-14 Tom TromeyRemove LA_PRINT_CHAR
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Tom TromeyRemove ada_value_print_inner
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-05 Tom TromeyRemove 'varsize-limit'
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-04-28 Tom TromeyFix Ada overloading with 'null'
2021-04-15 Tom TromeyAvoid crash in Ada value printing with optimized-out...
2021-03-02 Tom TromeyRewrite GNAT-encoded fixed point types in DWARF reader
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-09 Simon Marchigdb: make get_discrete_bounds return bool
2020-11-24 Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-15 Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-04 Tom TromeySynthesize array descriptors with -fgnat-encodings...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-11-01 Joel Brobeckerada-lang.c: Renaming some fixed-point-related routines
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-07-13 Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-06-15 Tom TromeyRemove read_memory_string
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-26 Tom TromeyHandle indexing Ada arrays with enum indices
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-15 Joel Brobeckerupdate name of several Ada fixed-point type handling...
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-11 Tom TromeyFix Ada value printing on PPC64
2020-04-29 Hannes DomaniFix array pretty formatter
2020-04-24 Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-06 Tom TromeySelect variant field when printing variant
2020-03-30 Tom TromeyChange ada_which_variant_applies to value API
2020-03-20 Tom TromeyFix Ada val_print removal regression
2020-03-14 Tom TromeyRemove val_print
2020-03-14 Tom TromeyChange print_field_values to use value-based API
2020-03-14 Tom TromeyIntroduce ada_value_print_array
2020-03-14 Tom TromeyConvert ada_value_print to value-based API
2020-03-14 Tom TromeyConvert ada_val_print_ref to value-based API
2020-03-14 Tom TromeyIntroduce ada_value_print_num
2020-03-14 Tom TromeyRewrite ada_value_print_1 floating point case
2020-03-14 Tom TromeyIntroduce ada_value_print_ptr
2020-03-14 Tom TromeyRewrite ada_value_print_inner
2020-03-14 Tom TromeyIntroduce ada_value_print_inner
2020-02-22 Tom TromeyStyle field names in "print"
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-29 Simon MarchiRemove unused includes in ada-*.c files
2019-10-01 Tom TromeyIntroduce metadata style
2019-09-03 Tom TromeyHandle biased types
2019-05-08 Xavier RoirandWhen debugging a mixed Ada/C program using this scenario:
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-10 Xavier Roirand(Ada) Fix printing of access to unconstrained arrays
2018-01-08 Xavier Roirand(Ada) Fix print of array using non-contiguous enumerati...
2018-01-05 Xavier Roirand(Ada) Remove printing of array's first index when unneeded
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-18 Joel Brobeckerimproved error message when getting an exception printi...
2017-11-06 Ulrich WeigandTarget FP: Perform Ada fixed-point scaling in target...
2017-06-12 Tom TromeyRemove val_print_type_code_int
2017-03-03 Yao QiFetch lazy value before calling val_print
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
next