PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gdb / gnu-v3-abi.c
2022-05-10 Pedro AlvesAlways pass an explicit language down to c_type_print
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-03 Andrew Burgessgdb/dwarf: pass an array of values to the dwarf evaluator
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-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_DWARF_BLOCK
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
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-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-03-24 Simon Marchigdb: remove current_top_target function
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-07-13 Simon Marchigdb: add accessors to struct dynamic_prop
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08 Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-06-02 Andrew Burgessgdb: Convert language la_pass_by_reference field to...
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: add type::fields / type::set_fields
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22 Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-04-24 Tom TromeyAdd support for variable field offsets
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-20 Tankut Baris Aktemurinfcall, c++: collect more pass-by-reference information
2019-12-20 Tankut Baris Aktemurinfcall, c++: allow more info to be computed for pass...
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Tom TromeyIntroduce metadata style
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-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-07 Andreas ArnezFix watching structs in C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-04-12 Tom TromeyRemove some cleanups from gnu-v3-abi.c
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-06 Tom TromeyRemove Java support
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-10-13 Pedro AlvesMore char constification
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-27 Doug EvansAdd missing CHECK_TYPEDEF calls to recent vptr_{fieldno...
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-02-01 Doug EvansBe more strict about what kinds of types can be passed.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-24 Siva ChandraGuard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_refer...
2014-10-15 Siva ChandraFix gnuv3_pass_by_reference to treat dynamic classes...
2014-10-15 Siva ChandraFix gnuv3_pass_by_reference to lookup copy c-tors with...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-12 Pedro AlvesExplicitly mark vtables as code space
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-06-05 Luis Machado * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
2013-04-15 Tom Tromey PR c++/13588:
2013-04-15 Tom Tromey PR c++/15176:
2013-04-15 Tom Tromey PR c++/9065:
2013-04-15 Tom Tromey PR c++/11990:
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-21 Tom Tromey * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set...
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-12 Tom Tromey * ada-lang.c (user_select_syms, ada_print_subexp)...
2012-05-21 Tom Tromey PR c++/7173:
2012-05-18 Tom Tromey * printcmd.c (print_address_demangle): Add 'opts'...
2012-04-17 Pedro Alves2012-04-17 Pedro Alves <palves@redhat.com>
next