aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur1-2/+2
2019-12-20gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur1-1/+21
2019-12-06gdb: fix overload resolution for see-through referencesTankut Baris Aktemur1-0/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-4/+3
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-4/+3
2019-12-04Add scalar_storage_order support for floating pointTom Tromey1-1/+2
2019-12-01gdb/fortran: array stride supportAndrew Burgess1-0/+27
2019-11-28Make two range_bounds bitfields unsignedTom Tromey1-2/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-0/+13
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-08Move declaration of overload_debug to headerChristian Biesinger1-0/+5
2019-09-03Handle biased typesTom Tromey1-1/+7
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-05-30Two comment fixes in gdbtypes.hTom Tromey1-2/+3
2019-05-14AArch64: Add half float view to V registersAlan Hayward1-0/+2
2019-04-30gdb/fortran: Add allocatable type qualifierAndrew Burgess1-0/+4
2019-04-19Make copy_name return std::stringTom Tromey1-2/+2
2019-04-19Print non-Ada unions without crashingTom Tromey1-0/+10
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-1/+1
2019-03-12Add a more general version of lookup_struct_elt_type.John Baldwin1-0/+38
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21C++ify badness_vector, fix leaksPedro Alves1-11/+6
2018-11-21invoke_xmethod & array_viewPedro Alves1-2/+3
2018-10-03Use unsigned as base type for some enumsTom Tromey1-1/+1
2018-09-14gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess1-16/+21
2018-09-08gdb: Add builtin types for 24 bit integers.John Darrington1-0/+2
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-3/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-18/+3
2018-05-29Remove a VEC from type.cTom Tromey1-2/+2
2018-04-30Add initial type alignment supportTom Tromey1-1/+33
2018-02-26Initial support for variant partsTom Tromey1-0/+51
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi1-1/+9
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves1-0/+20
2018-01-17Remove objfile argument from add_dyn_propTom Tromey1-3/+2
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-07Record nested typesKeith Seitz1-2/+24
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+2
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz1-0/+11
2017-09-27Simplify floatformat_from_typeUlrich Weigand1-5/+7
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-1/+1
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey1-1/+1
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-6/+9
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves1-20/+1
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz1-1/+12
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+1
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-10/+4
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-2/+6