]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/valprint.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / valprint.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-08  Hannes DomaniUse pretty printers for struct member stubs
2023-09-14  Tom de Vries[gdb/exp] Clean up asap in value_print_array_elements
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-05-13  Paul PluzhnikovFix bad interaction between element limit and repeated...
2023-03-14  Tom TromeyHide the implementation of gdb_mpf
2023-02-15  Tom TromeyHave value::bits_synthetic_pointer return bool
2023-02-13  Tom TromeyTurn various value copying-related functions into methods
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_bits_synthetic_pointer into a method
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 some value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyConvert value_lval_const and deprecated_lval_hack to...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-02-10  Andrew BurgessGDB: Introduce limited array lengths while printing...
2023-01-19  Andrew BurgessGDB: Add a character string limiting option
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
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-31  Tom TromeyFix regression in pointer-to-member printing
2022-10-21  Tom TromeyFix crash in value_print_array_elements
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyFix a latent bug in print_wchar
2022-10-10  Tom TromeyDon't use wchar_printable in print_wchar
2022-10-10  Tom TromeyBoolify need_escape in generic_emit_char
2022-10-10  Tom TromeyFix latent quote char bug in generic_printstr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-05  Tom de Vries[gdb] Add debug_{exp,val}
2022-06-20  Tom TromeyMove finish_print out of value_print_options
2022-06-18  Enze Ligdb: Add new 'print nibbles' feature
2022-04-14  Tom TromeyMove target_read_string to target/target.c
2022-04-14  Tom TromeyRemove the byte order parameter to target_read_string
2022-04-14  Tom TromeyRename read_string
2022-04-14  Tom TromeyDon't call QUIT in read_string
2022-03-29  Tom TromeyRename print_spaces_filtered
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-14  Tom TromeyCorrectly print subrange types in generic_value_print
2022-02-14  Tom TromeyRemove LA_PRINT_STRING
2022-02-14  Tom TromeyRemove LA_PRINT_CHAR
2022-02-06  Tom TromeyMerge do_val_print and common_val_print
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-13  Tom de Vries[gdb/exp] Improve <error reading variable> message
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-07-26  Shahab Vahedigdb: Fix numerical field extraction for target descript...
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
next