summaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand
2017-10-13ada: Use std::string in print_dynamic_range_boundSimon Marchi
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-07-20get_int_var_valuePedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-13More char constificationPedro Alves
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-15[Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-18ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall.Doug Evans
2014-08-18[Ada] "ptype" of array where bound value uses DW_OP_push_object_addressJoel Brobecker
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-27Try printing array range using the name of its index typeJoel Brobecker
2014-01-27Remove unncessary function declarations in ada-typeprint.c.Joel Brobecker
2014-01-27Add missing empty line after declaration in ada-typeprint.c:print_range.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey
2012-04-18gdb/Jan Kratochvil
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-01crash when printing type of tagged typeJoel Brobecker
2011-07-01Fix printing address of packed arrayJoel Brobecker
2011-07-01Fix ada array bounds displayJoel Brobecker
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-29[Ada] do not print arrays as array pointersJoel Brobecker
2010-11-23Minor comment reformatting in ada-typeprint.cJoel Brobecker
2010-10-04Have ptype handle types declared pragma Unchecked_Variants.Paul N. Hilfinger
2010-06-14gdb/Jan Kratochvil
2010-05-182010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-17Avoid global lookup when decoding XA type.Joel Brobecker
2010-04-20"unsupported language" error in info types when using Ada.Joel Brobecker
2010-01-08Get rid of support for VAX Floats.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-12-14* dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger
2009-11-19 * ada-lang.c (packed_array_type): Rename to...Joel Brobecker
2009-06-29 * ada-valprint.c (ada_print_scalar): Accept NULL type argumentUlrich Weigand
2009-06-29 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.Ulrich Weigand
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey
2009-02-19 * ada-typeprint.c (ada_typedef_print): Remove. Unused.Joel Brobecker
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-12-28 Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil
2008-09-11 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand
2008-08-24gdb:Tom Tromey