aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Remove array typedef assumption for AdaTom Tromey1-2/+9
2022-05-10Always pass an explicit language down to c_type_printPedro Alves1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-76/+76
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-02-04Improve Ada unchecked union type printingTom Tromey1-27/+32
2022-01-26Always call the wrap_here methodTom Tromey1-4/+4
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-3/+3
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-5/+5
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-44/+14
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker1-0/+6
2020-11-04Handle __XVL fields in Ada type printingTom Tromey1-1/+5
2020-11-04Print Ada type name in more casesTom Tromey1-1/+14
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-11/+11
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker1-1/+1
2020-10-23ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedefJoel Brobecker1-3/+0
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-1/+1
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-4/+4
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-9/+9
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-9/+9
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-3/+3
2020-05-15update name of several Ada fixed-point type handling functionsJoel Brobecker1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-12/+12
2020-05-07gdb: make get_dyn_prop a method of struct typeSimon Marchi1-2/+2
2020-04-24Update Ada ptype support for dynamic typesTom Tromey1-0/+129
2020-03-11Fix comment in ada-typeprint.cTom Tromey1-1/+1
2020-02-22Style field names in "print"Tom Tromey1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-10Normalize Ada ptype to use a single "?"Tom Tromey1-4/+7
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess1-1/+0
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi1-9/+0
2019-10-01Introduce metadata styleTom Tromey1-6/+9
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-18/+14
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-14/+18
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-3/+4
2019-02-12Use function_name_style to print Ada and C function namesPhilippe Waroquiers1-1/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-08(Ada) slightly incorrect bounds for type of array indexed by enumJoel Brobecker1-7/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand1-6/+14
2017-10-13ada: Use std::string in print_dynamic_range_boundSimon Marchi1-7/+3
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-2/+5
2017-07-20get_int_var_valuePedro Alves1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves1-1/+1