summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-251-15/+20
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-09-021-1/+1
* Update documentation of function copy_type_recursivePatrick Palka2015-09-021-3/+3
* Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka2015-08-291-1/+1
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-08-291-1/+1
* Use gdbarch obstack to allocate types in alloc_type_archPatrick Palka2015-08-291-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+4
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-7/+7
* Update comment for struct type's length field, introduce type_length_unitsSimon Marchi2015-07-281-0/+11
* gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat2015-07-231-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-21/+21
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-0/+39
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-3/+10
* preserve the bit stride when resolving an array type.Joel Brobecker2015-05-051-3/+3
* [Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat2015-04-271-0/+4
* Fix printing for GNAT stuff for types that do not have descr. typesPierre-Marie de Rodat2015-04-241-1/+7
* Revert "Do not consider reference types as dynamic"Pierre-Marie de Rodat2015-04-201-0/+19
* Revert "gdbtypes.c: remove the usuned "top_level" parameter"Pierre-Marie de Rodat2015-04-201-14/+16
* gdbtypes.c: remove the usuned "top_level" parameterPierre-Marie de Rodat2015-04-031-16/+14
* Do not consider reference types as dynamicPierre-Marie de Rodat2015-04-031-19/+0
* Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker2015-03-241-4/+3
* [gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell2015-03-201-21/+74
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-10/+14
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-8/+12
* New common function "startswith"Gary Benson2015-03-061-2/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-16/+16
* Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans2015-02-261-0/+4
* internal_type_self_type: Handle TYPE_SPECIFIC_NONE.Doug Evans2015-02-101-0/+4
* GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard2015-02-091-0/+15
* Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans2015-01-311-19/+63
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-15/+76
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-5/+5
* gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD kinds.Doug Evans2015-01-311-6/+23
* gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker2015-01-291-34/+55
* gdb/DWARF: dynamic subrange type of dynamic subrange type.Joel Brobecker2015-01-291-3/+14
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-5/+2
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-1/+1
* Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > ...Jan Kratochvil2014-12-131-24/+30
* add make_unqualified_typeTom Tromey2014-12-121-0/+13
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+9
* Reindent code (resolve_dynamic_type_internal).Jan Kratochvil2014-11-241-20/+20
* Fix dumping of function arguments.Doug Evans2014-11-231-7/+9
* Handling of empty Ada ranges with a negative upper bound.Joel Brobecker2014-11-211-0/+7
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+0
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Add support for DW_AT_data_location.Joel Brobecker2014-08-181-0/+39
* Add support for DW_OP_push_object_address.Joel Brobecker2014-08-181-10/+10
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0