gdb/testsuite: restore configure script
[deliverable/binutils-gdb.git] / gdb / valprint.c
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-02  Simon Marchigdb: remove TYPE_FLAG_ENUM
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-24  Luis MachadoExtend "x" and "print" commands to support memory tagging
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-23  Andrew Burgessgdb: delete unused function print_char_chars
2020-11-24  Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24  Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-24  Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-24  Joel Brobeckerchange and rename gmp_string_asprintf to return an...
2020-11-15  Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-23  Andrew Burgessgdb: remove LA_PRINT_ARRAY_INDEX macro
2020-10-23  Andrew Burgessgdb: remove LA_VALUE_PRINT macro
2020-10-17  Tom TromeyMake range types inherit signed-ness from base type
2020-09-16  Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
2020-09-16  Tom TromeyHandle member pointers directly in generic_value_print
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-25  Simon Marchigdb: move declaration of valprint_check_validity to...
2020-06-23  Andrew Burgessgdb: Convert language la_is_string_type_p field to...
2020-06-17  Andrew Burgessgdb: Convert language la_value_print_inner field to...
2020-06-15  Tom TromeyRewrite target_read_string
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-06-07  Tom TromeyRemove unused parameter from generic_val_print_float
2020-05-26  Tom TromeyHandle indexing Ada arrays with enum indices
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-29  Hannes DomaniFix array pretty formatter
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-01  Tom TromeyAdd accessors for members of complex numbers
2020-03-14  Tom TromeyRemove val_print
2020-03-14  Tom TromeyChange extension language pretty-printers to use value API
2020-03-14  Tom TromeyIntroduce generic_value_print_complex
2020-03-14  Tom TromeySimplify generic_val_print_float
2020-03-14  Tom TromeyIntroduce generic_value_print_char
2020-03-14  Tom TromeyIntroduce generic_value_print_int
2020-03-14  Tom TromeyIntroduce generic_value_print_bool
2020-03-14  Tom TromeySimplify generic_val_print_func
2020-03-14  Tom TromeyRemove generic_val_print_flags
2020-03-14  Tom TromeyFix generic_val_print_enum for value-based printing
2020-03-14  Tom TromeyIntroduce generic_value_print_ptr
2020-03-14  Tom TromeyInitial rewrite of generic_value_print
2020-03-14  Tom TromeyIntroduce value_print_array_elements
2020-03-14  Tom TromeyIntroduce value_print_scalar_formatted
2020-03-14  Tom TromeyIntroduce generic_value_print
2020-03-14  Tom TromeyIntroduce la_value_print_inner
2020-03-14  Tom TromeyIntroduce common_val_print_checked
2020-03-14  Tom TromeyRefactor val_print and common_val_print
2020-03-14  Tom TromeyUse scoped_value_mark in value_print
2020-02-22  Tom TromeyStyle field names in "print"
2020-02-18  Simon Marchigdb: change print format of flag enums with value 0
2020-02-18  Simon Marchigdb: print unknown part of flag enum in hex
2020-02-18  Simon Marchigdb: allow duplicate enumerators in flag enums
2020-02-18  Simon Marchigdb: fix printing of flag enums with multi-bit enumerators
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-11  Philippe WaroquiersImplement 'print -raw-values' and 'set print raw-values...
2019-12-04  Tom TromeyUse metadata style in a few more places
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-01  Tom TromeyIntroduce metadata style
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-12  Pedro Alves"set print raw frame-arguments" -> "set print raw-frame...
2019-06-12  Pedro AlvesMake "print" and "compile print" support -OPT options
2019-05-29  Tom TromeyAdd "set print finish"
2019-04-29  Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-01-17  Tom TromeyReplace "the the" with "the"
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-31  Andrew Burgessgdb: Handle ICC's unexpected void return type
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-08-07  Simon MarchiReplace some uses of xstrprintf with string_printf
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-01-07  Simon MarchiReplace VEC(converted_character_d) with std::vector
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-06  Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix print_floating
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-05  Ulrich WeigandClean up some DFP interfaces
2017-09-27  Tom TromeyConstify two functions in valprint.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-03  Tom TromeyReturn std::string from memory_error_message
2017-08-14  Tom TromeyRemove BITS_IN_BYTES define
2017-08-14  Tom TromeyFix two regressions in scalar printing
2017-06-27  Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-14  Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-12  Tom TromeyRemove val_print_type_code_int
2017-06-12  Tom TromeyLet print_decimal_chars handle signed values
next
This page took 0.846538 seconds and 106 git commands to generate.