Change breakpoint_re_set_default to a method
[binutils-gdb.git] / gdb / c-typeprint.c
2022-05-10 Pedro AlvesAlways pass an explicit language down to c_type_print
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-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
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-11-19 Christina Schimpegdb: Print cv qualifiers if class attributes are substi...
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-07-28 Andrew Burgessgdb: fix missing space in some info variables output
2021-04-25 Lancelot SIX[PR gdb/22640] ptype: add option to use hexadecimal...
2021-04-23 Tom TromeyFix ptype/o bug with "<no data fields>"
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
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-17 Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-11-15 Joel BrobeckerAdd ptype support for DWARF-based fixed-point types
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-15 Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-14 Pedro AlvesRename address_space_int_to_name/address_space_name_to_int
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-09-14 Simon Marchigdb: remove TYPE_PROTOTYPED
2020-09-14 Simon Marchigdb: remove TYPE_STUB
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_FIELDS 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-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-03-14 Tom TromeyAdd C parser support for "restrict" and "_Atomic"
2020-02-22 Tom TromeyStyle field names in "print"
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-31 Andrew Burgessgdb: Don't print a newline in language la_print_typedef...
2019-10-01 Tom TromeyIntroduce metadata style
2019-07-22 Andrew Burgessgdb: Show type summary for anonymous structures from...
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-02-12 Philippe WaroquiersUse function_name_style to print Ada and C function...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-11 Sergio Durigan JuniorFix PR c++/23373: GDB hangs when printing a struct...
2018-06-26 Tom TromeyMove ptype/o printing code to typeprint.c
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-06-01 Tom TromeyThread language through c_type_print_args
2018-06-01 Tom TromeyMake c_type_print_varspec_suffix static
2018-05-18 Tom TromeyShow padding in ptype/o output
2018-03-27 Tom TromeyC++-ify typedef hash
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-15 Sergio Durigan JuniorImplement pahole-like 'ptype /o' option
2017-12-15 Sergio Durigan JuniorReorganize code to handle TYPE_CODE_{STRUCT,UNION}...
2017-12-07 Keith SeitzRecord nested types
2017-11-04 Tom TromeyUse unique_xmalloc_ptr in c_type_print_base
2017-10-17 Keith SeitzRecord and output access specifiers for nested typedefs
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-03-20 Artemiy VolkovImplement printing of rvalue reference types and values
2017-03-10 Keith Seitzc++/8218: Destructors w/arguments.
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-10-06 Tom TromeyRemove Java support
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-03-15 Doug EvansExtend flags to support multibit and enum bitfields.
2016-01-25 Mark WielaardFix GCC6 -Wmisleading-indentation issues.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-06 Gary BensonNew common function "startswith"
2015-02-09 Mark WielaardGCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic...
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-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-04-14 Tom Tromeyimplement support for "enum class"
2014-04-14 Sanimir Agovicvla: print "variable length" for unresolved dynamic...
2014-04-11 Joel BrobeckerRevert the entire VLA series.
2014-04-11 Sanimir Agovicvla: print "variable length" for unresolved dynamic...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-04-15 Tom Tromey PR c++/11990:
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-14 Tom Tromey PR symtab/14442:
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-14 Tom Tromey Partial fix for PR c++/14160:
2012-11-21 Tom Tromey * gdbtypes.h (struct cplus_struct_type) <localtype_ptr...
2012-11-12 Tom Tromey * c-typeprint.c (find_typedef_for_canonicalize,
2012-11-12 Tom Tromey * NEWS: Update.
next