summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-32/+32
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-5/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-103/+103
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-15/+15
* gdb: remove TYPE_DYN_PROP_LIST macroSimon Marchi2020-05-071-11/+11
* gdb: make remove_dyn_prop a method of struct typeSimon Marchi2020-05-071-8/+7
* gdb: make add_dyn_prop a method of struct typeSimon Marchi2020-05-071-7/+6
* gdb: make get_dyn_prop a method of struct typeSimon Marchi2020-05-071-9/+8
* gdb: remove TYPE_INCOMPLETESimon Marchi2020-05-041-4/+0
* Fix size recalculation of fortran arraysHannes Domani2020-05-011-62/+70
* Calculate size of array of stubbed typeHannes Domani2020-04-301-0/+14
* Add support for variable field offsetsTom Tromey2020-04-241-2/+37
* Add support for dynamic type lengthsTom Tromey2020-04-241-1/+19
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-6/+9
* Add new variant part codeTom Tromey2020-04-241-10/+190
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-3/+3
* Change how complex types are createdTom Tromey2020-04-011-27/+31
* gdb: Use std::abs instead of abs on LONGEST typesAndrew Burgess2020-02-271-2/+2
* gdb/fortran: Support negative array stride in one limited caseAndrew Burgess2020-02-251-4/+13
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur2019-12-201-0/+7
* gdb: rank an lvalue argument incompatible for an rvalue parameterTankut Baris Aktemur2019-12-091-5/+2
* Put bcache inside "namespace gdb"Christian Biesinger2019-12-061-2/+2
* gdb: fix overload resolution for see-through referencesTankut Baris Aktemur2019-12-061-2/+3
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-7/+6
* Propagate endianity to subrange typesTom Tromey2019-12-041-0/+3
* Move type_byte_order earlierTom Tromey2019-12-041-18/+20
* Add scalar_storage_order support for floating pointTom Tromey2019-12-041-4/+11
* gdb: Dynamic string length supportAndrew Burgess2019-12-011-8/+17
* gdb/fortran: array stride supportAndrew Burgess2019-12-011-8/+71
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-0/+23
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* Move declaration of overload_debug to headerChristian Biesinger2019-10-081-2/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Handle biased typesTom Tromey2019-09-031-4/+8
* gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess2019-07-121-0/+5
* gdb: Convert dwarf2_evaluate_property to return boolAndrew Burgess2019-07-121-4/+1
* AArch64: Add half float view to V registersAlan Hayward2019-05-141-0/+3
* Convert gdbtypes.c to type-safe registry APITom Tromey2019-05-081-5/+5
* Make copy_name return std::stringTom Tromey2019-04-191-2/+3
* gdb: Fix alignment computation for structs with only static fieldsAndrew Burgess2019-04-111-6/+6
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-1/+1
* More block constificationTom Tromey2019-03-241-3/+3
* Add a more general version of lookup_struct_elt_type.John Baldwin2019-03-121-28/+27
* Remove code disabled since at least 1999 from lookup_struct_elt_type.John Baldwin2019-03-121-18/+3
* Remove unnecessary cases from rank_one_type's switchSimon Marchi2019-03-091-33/+0