| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial type alignment support | Tom Tromey | 2018-04-30 | 1 | -1/+33 |
* | Initial support for variant parts | Tom Tromey | 2018-02-26 | 1 | -0/+51 |
* | dwarf: Make sect_offset 64-bits | Simon Marchi | 2018-02-23 | 1 | -1/+9 |
* | Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.... | Pedro Alves | 2018-01-24 | 1 | -0/+20 |
* | Remove objfile argument from add_dyn_prop | Tom Tromey | 2018-01-17 | 1 | -3/+2 |
* | Add support for dynamic DW_AT_byte_stride. | Joel Brobecker | 2018-01-01 | 1 | -1/+5 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Record nested types | Keith Seitz | 2017-12-07 | 1 | -2/+24 |
* | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 2017-11-06 | 1 | -0/+2 |
* | Record and output access specifiers for nested typedefs | Keith Seitz | 2017-10-16 | 1 | -0/+11 |
* | Simplify floatformat_from_type | Ulrich Weigand | 2017-09-27 | 1 | -5/+7 |
* | Make init_type/arch_type take a size in bits | Ulrich Weigand | 2017-09-27 | 1 | -1/+1 |
* | Constify commands maint.c, plus maintenance_print_type | Tom Tromey | 2017-09-27 | 1 | -1/+1 |
* | Make "p S::method() const::static_var" work too | Pedro Alves | 2017-09-04 | 1 | -6/+9 |
* | Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_x | Pedro Alves | 2017-07-04 | 1 | -20/+1 |
* | Fix overload resolution involving rvalue references and cv qualifiers. | Keith Seitz | 2017-04-27 | 1 | -1/+12 |
* | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 2017-04-12 | 1 | -0/+1 |
* | Make sect_offset and cu_offset strong typedefs instead of structs | Pedro Alves | 2017-04-04 | 1 | -10/+4 |
* | Change {lookup,make}_reference_type API | Artemiy Volkov | 2017-03-20 | 1 | -2/+6 |
* | Add definitions for rvalue reference types | Artemiy Volkov | 2017-03-20 | 1 | -0/+12 |
* | DWARF-5: call sites | Jan Kratochvil | 2017-02-20 | 1 | -12/+10 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Remove Java support | Tom Tromey | 2016-10-06 | 1 | -5/+0 |
* | Remove obsolete TYPE_FLAG_... values | Ulrich Weigand | 2016-09-06 | 1 | -33/+6 |
* | Unify init_type and arch_type interface and helpers | Ulrich Weigand | 2016-09-06 | 1 | -2/+15 |
* | Add some missing arch_..._type helpers | Ulrich Weigand | 2016-09-06 | 1 | -0/+3 |
* | Support structure offsets that are 512K or larger. | David Taylor | 2016-06-24 | 1 | -1/+1 |
* | Constify arch_type and friends | Tom Tromey | 2016-06-10 | 1 | -13/+18 |
* | fort_dyn_array: Enable dynamic member types inside a structure. | Bernhard Heckel | 2016-04-26 | 1 | -0/+3 |
* | Extend flags to support multibit and enum bitfields. | Doug Evans | 2016-03-15 | 1 | -1/+4 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | fort_dyn_array: add basic fortran dyn array support | Keven Boell | 2015-10-21 | 1 | -0/+18 |
* | make is_scalar_type non-static and use it in ada-lang.c | Joel Brobecker | 2015-10-09 | 1 | -0/+2 |
* | Change some void* to gdb_byte* | Simon Marchi | 2015-10-09 | 1 | -1/+1 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -3/+3 |
* | Update comment for struct type's length field, introduce type_length_units | Simon Marchi | 2015-07-28 | 1 | -25/+22 |
* | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2015-07-14 | 1 | -5/+0 |
* | Array indexed by non-contiguous enumeration types | Jerome Guitton | 2015-05-15 | 1 | -0/+2 |
* | Add valaddr support in dynamic property resolution. | Joel Brobecker | 2015-05-05 | 1 | -1/+3 |
* | * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment. | Doug Evans | 2015-04-28 | 1 | -2/+2 |
* | Do not make "prop" field of struct dynamic_prop_list a pointer. | Joel Brobecker | 2015-03-24 | 1 | -1/+1 |
* | GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION. | Joel Brobecker | 2015-03-24 | 1 | -2/+2 |
* | [gdb/DWARF] Introduce linked list for dynamic attributes | Keven Boell | 2015-03-20 | 1 | -6/+49 |
* | Fix struct, union, and enum nesting in C++ | Tom Tromey | 2015-02-27 | 1 | -277/+296 |
* | GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier. | Mark Wielaard | 2015-02-09 | 1 | -13/+22 |
* | Move vptr_{fieldno,basetype} out of main_type, and update everything accordin... | Doug Evans | 2015-01-31 | 1 | -23/+27 |
* | Move TYPE_SELF_TYPE into new field type_specific. | Doug Evans | 2015-01-31 | 1 | -14/+24 |
* | gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | Doug Evans | 2015-01-31 | 1 | -1/+1 |
* | gdb/DWARF: Support for arrays whose bound is a discriminant. | Joel Brobecker | 2015-01-29 | 1 | -0/+1 |
* | gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. | Doug Evans | 2015-01-24 | 1 | -1/+0 |