summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)Author
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-07Record nested typesKeith Seitz
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz
2017-09-27Simplify floatformat_from_typeUlrich Weigand
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-06Remove Java supportTom Tromey
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand
2016-09-06Add some missing arch_..._type helpersUlrich Weigand
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-06-10Constify arch_type and friendsTom Tromey
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker
2015-04-28* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans
2015-03-24Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker
2015-03-24GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker
2015-01-24gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.Doug Evans
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12add make_unqualified_typeTom Tromey
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra