Split rank_one_type_parm_int from rank_one_type
[external/binutils.git] / gdb / gdbtypes.c
2019-03-09 Simon MarchiSplit rank_one_type_parm_int from rank_one_type
2019-03-09 Simon MarchiSplit rank_one_type_parm_func from rank_one_type
2019-03-09 Simon MarchiSplit rank_one_type_parm_array from rank_one_type
2019-03-09 Simon MarchiSplit rank_one_type_parm_ptr from rank_one_type
2019-03-07 Tom TromeyC++-ify bcache
2019-02-27 Andrew Burgessgdb: Handle alignment for C++ structures with static...
2019-02-27 Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
2019-02-18 Andrew Burgessgdb: Allow gdbarch to override alignment for method...
2019-02-17 Joel Brobeckertype_align: handle range types the same as ints and...
2019-01-09 Simon Marchigdb: Remove support for old mangling schemes
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesC++ify badness_vector, fix leaks
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-09-14 Andrew Burgessgdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC
2018-09-08 John Darringtongdb: Add builtin types for 24 bit integers.
2018-06-14 Simon Marchitype alignment: Use type_length_units
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-05-29 Tom TromeyRemove a VEC from type.c
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-30 Tom TromeyAdd initial type alignment support
2018-04-26 Pedro AlvesCalling ifunc functions when target has no debug info...
2018-02-16 Yao QiNew class allocate_on_obstack
2018-01-31 Joel Brobeckerinternal-error using '@' (repeat) operator on array...
2018-01-24 Pedro AlvesFix GCC PR83906 - [8 Regression] Random FAIL: libstdc...
2018-01-17 Tom TromeyRemove objfile argument from add_dyn_prop
2018-01-02 Joel BrobeckerAdd support for dynamic DW_AT_byte_stride.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-06 Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-05 Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-27 Ulrich WeigandSimplify floatformat_from_type
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04 Pedro AlvesFix calling prototyped functions via function pointers
2017-07-04 Pedro AlvesGarbage collect TYPE_STATIC and several TYPE_FN_FIELD_x
2017-04-27 Keith SeitzFix overload resolution involving rvalue references...
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-12 Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-03-20 Artemiy VolkovAdd rvalue references to overloading resolution
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20 Artemiy VolkovChange {lookup,make}_reference_type API
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-09-06 Ulrich WeigandAdd gdbarch callback to provide formats for debug info...
2016-09-06 Ulrich WeigandRemove TYPE_NOSIGN "char" hack
2016-09-06 Ulrich WeigandRemove obsolete TYPE_FLAG_... values
2016-09-06 Ulrich WeigandUnify init_type and arch_type interface and helpers
2016-09-06 Ulrich WeigandAdd some missing arch_..._type helpers
2016-09-06 Ulrich WeigandFix TYPE_SPECIFIC_FIELD for types created via arch_type
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-06-13 Nick CliftonFix compile time warning about a redundant comparison...
2016-06-10 Tom TromeyConstify arch_type and friends
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...
next