aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13More char constificationPedro Alves1-4/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-15[Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat1-3/+8
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-18ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall.Doug Evans1-1/+1
2014-08-18[Ada] "ptype" of array where bound value uses DW_OP_push_object_addressJoel Brobecker1-5/+26
2014-08-07Move errno.h to common-defs.hGary Benson1-2/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-27Try printing array range using the name of its index typeJoel Brobecker1-9/+61
2014-01-27Remove unncessary function declarations in ada-typeprint.c.Joel Brobecker1-18/+1
2014-01-27Add missing empty line after declaration in ada-typeprint.c:print_range.Joel Brobecker1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey1-36/+51
2012-04-18gdb/Jan Kratochvil1-4/+6
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-4/+4
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-07-01crash when printing type of tagged typeJoel Brobecker1-2/+11
2011-07-01Fix printing address of packed arrayJoel Brobecker1-13/+4
2011-07-01Fix ada array bounds displayJoel Brobecker1-40/+35
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-29[Ada] do not print arrays as array pointersJoel Brobecker1-0/+1
2010-11-23Minor comment reformatting in ada-typeprint.cJoel Brobecker1-4/+3
2010-10-04Have ptype handle types declared pragma Unchecked_Variants.Paul N. Hilfinger1-34/+64
2010-06-14gdb/Jan Kratochvil1-3/+3
2010-05-182010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+6
2010-05-17Avoid global lookup when decoding XA type.Joel Brobecker1-14/+15