summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-3/+2
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-1/+13
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+3
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-3/+16
* gdb: remove TYPE_DYN_PROP_LIST macroSimon Marchi2020-05-071-2/+0
* gdb: make remove_dyn_prop a method of struct typeSimon Marchi2020-05-071-3/+3
* gdb: make add_dyn_prop a method of struct typeSimon Marchi2020-05-071-8/+6
* gdb: make get_dyn_prop a method of struct typeSimon Marchi2020-05-071-12/+11
* gdb: remove main_type::flag_staticSimon Marchi2020-05-061-1/+0
* gdb: remove main_type::flag_incompleteSimon Marchi2020-05-051-1/+0
* gdb: remove TYPE_INCOMPLETESimon Marchi2020-05-041-10/+0
* Fix typo in comment of DYN_PROP_ASSOCIATEDHannes Domani2020-05-021-1/+1
* Add support for dynamic type lengthsTom Tromey2020-04-241-0/+9
* Rewrite the existing variant part codeTom Tromey2020-04-241-51/+0
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-3/+3
* Add new variant part codeTom Tromey2020-04-241-1/+104
* Change how complex types are createdTom Tromey2020-04-011-4/+5
* Remove some obsolete commentsTom Tromey2020-03-071-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur2019-12-201-2/+2
* gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur2019-12-201-1/+21
* gdb: fix overload resolution for see-through referencesTankut Baris Aktemur2019-12-061-0/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-4/+3
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-4/+3
* Add scalar_storage_order support for floating pointTom Tromey2019-12-041-1/+2
* gdb/fortran: array stride supportAndrew Burgess2019-12-011-0/+27
* Make two range_bounds bitfields unsignedTom Tromey2019-11-281-2/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-0/+13
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Move declaration of overload_debug to headerChristian Biesinger2019-10-081-0/+5
* Handle biased typesTom Tromey2019-09-031-1/+7
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-5/+5
* Two comment fixes in gdbtypes.hTom Tromey2019-05-301-2/+3
* AArch64: Add half float view to V registersAlan Hayward2019-05-141-0/+2
* gdb/fortran: Add allocatable type qualifierAndrew Burgess2019-04-301-0/+4
* Make copy_name return std::stringTom Tromey2019-04-191-2/+2
* Print non-Ada unions without crashingTom Tromey2019-04-191-0/+10
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-1/+1
* Add a more general version of lookup_struct_elt_type.John Baldwin2019-03-121-0/+38
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* C++ify badness_vector, fix leaksPedro Alves2018-11-211-11/+6
* invoke_xmethod & array_viewPedro Alves2018-11-211-2/+3
* Use unsigned as base type for some enumsTom Tromey2018-10-031-1/+1
* gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess2018-09-141-16/+21
* gdb: Add builtin types for 24 bit integers.John Darrington2018-09-081-0/+2
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-18/+3
* Remove a VEC from type.cTom Tromey2018-05-291-2/+2
* Add initial type alignment supportTom Tromey2018-04-301-1/+33