aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-20"unsupported language" error in info types when using Ada.Joel Brobecker1-0/+11
2010-01-08Get rid of support for VAX Floats.Joel Brobecker1-13/+0
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-12-14* dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger1-35/+14
2009-11-19 * ada-lang.c (packed_array_type): Rename to...Joel Brobecker1-2/+2
2009-06-29 * ada-valprint.c (ada_print_scalar): Accept NULL type argumentUlrich Weigand1-5/+5
2009-06-29 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.Ulrich Weigand1-10/+12
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey1-5/+6
2009-02-19 * ada-typeprint.c (ada_typedef_print): Remove. Unused.Joel Brobecker1-16/+0
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-28 Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil1-2/+3
2008-09-11 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand1-4/+4
2008-08-24gdb:Tom Tromey1-1/+1
2008-08-19* ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): ChangePaul N. Hilfinger1-0/+3
2008-01-04 * ada-lang.c (decode_packed_array_type): Avoid a seg faultJoel Brobecker1-3/+14
2008-01-03 * ada-lang.c (static_unwrap_type): Add forward declaration.Joel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-16/+14
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-01-08* ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.Paul N. Hilfinger1-4/+4
2006-01-02 * ada-lang.c (process_raise_exception_name): Remove extraneousPaul N. Hilfinger1-2/+3
2005-12-17 * breakpoint.c:Eli Zaretskii1-2/+3
2004-12-21* ada-lang.c (ada_print_subexp): Remove i18n markup from Ada codePaul N. Hilfinger1-11/+13
2004-12-122004-11-27 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>Andrew Cagney1-16/+13