Remove path name from test case
[binutils-gdb.git] / gdb / cp-valprint.c
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-05-06 Tom TromeyAllow pretty-print of static members
2023-05-01 Tom TromeyReplace field_is_static with a method
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 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 TromeyTurn some value offset functions into method
2023-02-13 Tom TromeyTurn value_enclosing_type into method
2023-02-13 Tom TromeyTurn value_type into method
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-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-05 Tom de Vries[gdb/exp] Fix internal error when printing C++ pointer...
2022-03-29 Tom TromeyRename fprintf_symbol_filtered
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-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 BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-08-02 Shahab Vahedigdb: Make the builtin "boolean" type an unsigned type
2021-05-14 Kent Cheunggdb: fix pretty printing max depth behaviour
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-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-16 Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
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 cp_print_value
2020-03-14 Tom TromeyIntroduce cp_print_value_fields and c_value_print_struct
2020-03-14 Tom TromeyUse common_val_print in cp-valprint.c
2020-02-22 Tom TromeyStyle field names in "print"
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-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-07 Christian BiesingerMove declaration of vtbl_ptr_name to the header.
2019-10-01 Tom TromeyIntroduce metadata style
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-27 Tom TromeyFix two buglets in cp_print_value_fields patch
2019-06-12 Pedro AlvesMake "print" and "compile print" support -OPT options
2019-05-29 Tom TromeyFix crash in cp_print_value_fields
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-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-26 Andrew Burgessgdb: Avoid trailing whitespace when pretty printing
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-04-02 Weimin PanFix infinite recursion when printing static member...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-27 Patrick FrantsFix broken recursion detection when printing static...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyUse containers to avoid cleanups
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-11 Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-11 Yao QiRemove parameter valaddr from c print functions
2016-11-08 Yao QiRemove parameter valaddr from la_val_print
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27 Pedro AlvesExported const objects
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-01 Doug EvansMove TYPE_SELF_TYPE into new field type_specific.
2015-02-01 Doug Evansgdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-05 Alan ModraCast result of obstack_next_free
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-05 Alan ModraPrepare gdb for 64-bit obstacks
2014-04-14 Sanimir Agovicvla: update type from newly created value
next