summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
Commit message (Expand)AuthorAgeFilesLines
...
* Initial support for variant partsTom Tromey2018-02-261-0/+51
* dwarf: Make sect_offset 64-bitsSimon Marchi2018-02-231-1/+9
* Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves2018-01-241-0/+20
* Remove objfile argument from add_dyn_propTom Tromey2018-01-171-3/+2
* Add support for dynamic DW_AT_byte_stride.Joel Brobecker2018-01-011-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Record nested typesKeith Seitz2017-12-071-2/+24
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-0/+2
* Record and output access specifiers for nested typedefsKeith Seitz2017-10-161-0/+11
* Simplify floatformat_from_typeUlrich Weigand2017-09-271-5/+7
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Constify commands maint.c, plus maintenance_print_typeTom Tromey2017-09-271-1/+1
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-6/+9
* Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves2017-07-041-20/+1
* Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz2017-04-271-1/+12
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+1
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-04-041-10/+4
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-2/+6
* Add definitions for rvalue reference typesArtemiy Volkov2017-03-201-0/+12
* DWARF-5: call sitesJan Kratochvil2017-02-201-12/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove Java supportTom Tromey2016-10-061-5/+0
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-33/+6
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-2/+15
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-0/+3
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* Constify arch_type and friendsTom Tromey2016-06-101-13/+18
* fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel2016-04-261-0/+3
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-1/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-0/+18
* make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker2015-10-091-0/+2
* Change some void* to gdb_byte*Simon Marchi2015-10-091-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Update comment for struct type's length field, introduce type_length_unitsSimon Marchi2015-07-281-25/+22
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-5/+0
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-0/+2
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-1/+3
* * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans2015-04-281-2/+2
* Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker2015-03-241-1/+1
* GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker2015-03-241-2/+2
* [gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell2015-03-201-6/+49
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-277/+296
* GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard2015-02-091-13/+22
* Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans2015-01-311-23/+27
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-14/+24
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-1/+1
* gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker2015-01-291-0/+1
* gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.Doug Evans2015-01-241-1/+0
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-2/+10