]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbtypes.c
remove trivialy unused variables
[thirdparty/binutils-gdb.git] / gdb / gdbtypes.c
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-26  Bernhard Heckelfort_dyn_array: Enable dynamic member types inside...
2016-03-15  Doug EvansExtend flags to support multibit and enum bitfields.
2016-03-09  Pedro AlvesAssert that a floating type's length is at least as...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-21  Joel BrobeckerMinor reformatting fix in gdbtypes.c::create_array_type...
2015-10-21  Keven Boellfort_dyn_array: add basic fortran dyn array support
2015-10-09  Joel Brobeckermake is_scalar_type non-static and use it in ada-lang.c
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-03  Patrick PalkaUse gdbarch obstack to allocate the TYPE_NAME string...
2015-09-03  Patrick PalkaUpdate documentation of function copy_type_recursive
2015-08-29  Patrick PalkaRevert "Use gdbarch obstack to allocate the TYPE_NAME...
2015-08-29  Patrick PalkaUse gdbarch obstack to allocate the TYPE_NAME string...
2015-08-29  Patrick PalkaUse gdbarch obstack to allocate types in alloc_type_arch
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-28  Simon MarchiUpdate comment for struct type's length field, introduc...
2015-07-23  Pierre-Marie de... gdb/gdbtypes: fix handling of typedef layers between...
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-15  Jerome GuittonArray indexed by non-contiguous enumeration types
2015-05-05  Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-05-05  Joel Brobeckerpreserve the bit stride when resolving an array type.
2015-04-27  Pierre-Marie de... [Ada] Cache all static structures and reset cache durin...
2015-04-24  Pierre-Marie de... Fix printing for GNAT stuff for types that do not have...
2015-04-20  Pierre-Marie de... Revert "Do not consider reference types as dynamic"
2015-04-20  Pierre-Marie de... Revert "gdbtypes.c: remove the usuned "top_level" param...
2015-04-03  Pierre-Marie de... gdbtypes.c: remove the usuned "top_level" parameter
2015-04-03  Pierre-Marie de... Do not consider reference types as dynamic
2015-03-24  Joel BrobeckerDo not make "prop" field of struct dynamic_prop_list...
2015-03-20  Keven Boell[gdb/DWARF] Introduce linked list for dynamic attributes
2015-03-07  Pedro Alvesmore making TRY/CATCH callers look more like real C...
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-11  Doug Evansinternal_type_self_type: Handle TYPE_SPECIFIC_NONE.
2015-02-09  Mark WielaardGCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic...
2015-02-01  Doug EvansMove vptr_{fieldno,basetype} out of main_type, and...
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 Evansgdbtypes.c (copy_type_recursive): Handle all TYPE_SPECI...
2015-01-29  Joel Brobeckergdb/DWARF: Support for arrays whose bound is a discrimi...
2015-01-29  Joel Brobeckergdb/DWARF: dynamic subrange type of dynamic subrange...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-18  Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-12-13  Jan KratochvilFix 7.8 regression: resolve_dynamic_struct: Assertion...
2014-12-12  Tom Tromeyadd make_unqualified_type
2014-11-29  Siva ChandraEnable chained function calls in C++ expressions.
2014-11-24  Jan KratochvilReindent code (resolve_dynamic_type_internal).
2014-11-24  Doug EvansFix dumping of function arguments.
2014-11-21  Joel BrobeckerHandling of empty Ada ranges with a negative upper...
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-18  Joel BrobeckerAdd support for DW_AT_data_location.
2014-08-18  Joel BrobeckerAdd support for DW_OP_push_object_address.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-01  Joel BrobeckerHandle variable-sized fields in the interior of structu...
2014-07-14  Tom Tromeyfix PR 17106
2014-06-10  Joel Brobeckergdbtypes.resolve_dynamic_range: Add function description.
2014-06-04  Tom Tromeyhandle VLA in a struct or union
2014-06-04  Tom Tromeyminor cleanups in is_dynamic_type
2014-06-03  Siva ChandraAdd xmethod interface to the extension language API.
2014-05-19  Tom Tromeyfix two latent type errors
2014-04-30  Siva ChandraRemove unused arguments to few functions in dwarf2loc...
2014-04-28  Joel BrobeckerEnhance dwarfread.c::resolve_dynamic_type to resolve...
2014-04-14  Tom Tromeyimplement support for "enum class"
2014-04-14  Sanimir Agovicvla: evaluate operand of sizeof if its type is a vla
2014-04-14  Sanimir Agovicvla: support for DW_AT_count
2014-04-14  Sanimir Agovictype: add c99 variable length array support
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Sanimir Agovicvla: evaluate operand of sizeof if its type is a vla
2014-04-11  Sanimir Agovicvla: support for DW_AT_count
2014-04-11  Sanimir Agovictype: add c99 variable length array support
2014-04-11  Sanimir Agovicvla: introduce new bound type abstraction adapt uses
2014-04-11  Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-02-26  Joel BrobeckerDWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride...
2014-02-10  Doug EvansAdd Guile as an extension language.
2014-01-13  Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-22  Doug EvansMove types_deeply_equal from py-type.c to gdbtypes.c.
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-17  Yao Qigdb/
2013-10-02  Keith SeitzConstification of parse_linespec and fallout:
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-16  Stan Shebs * README: Update references to writing code for GDB.
2013-08-20  Alan Modra * doublest.c (convert_floatformat_to_doublest): Use...
2013-04-15  Tom Tromey PR c++/11990:
2013-03-15  Tom Tromey PR c++/15116:
2013-01-21  Tom Tromey * dwarf2read.c (fixup_go_packaging): Save package...
2013-01-21  Tom Tromey * gdbtypes.c (init_type): Make 'name' const.
2013-01-14  Tom Tromey PR symtab/14442:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-03  Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-11-12  Tom Tromey * c-typeprint.c (find_typedef_for_canonicalize,
2012-09-27  Siddhesh Poyarekar * gdbtypes.c (lookup_array_range_type): Expand parameters
next