summaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* (Ada) slightly incorrect bounds for type of array indexed by enumJoel Brobecker2018-09-081-7/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand2017-11-061-6/+14
* ada: Use std::string in print_dynamic_range_boundSimon Marchi2017-10-131-7/+3
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+5
* get_int_var_valuePedro Alves2017-07-201-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Avoid implicit float <-> integer conversion warningsPedro Alves2016-04-141-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* More char constificationPedro Alves2015-10-131-4/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* [Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat2015-09-151-3/+8
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall.Doug Evans2014-08-181-1/+1
* [Ada] "ptype" of array where bound value uses DW_OP_push_object_addressJoel Brobecker2014-08-181-5/+26
* Move errno.h to common-defs.hGary Benson2014-08-071-2/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Try printing array range using the name of its index typeJoel Brobecker2014-01-271-9/+61
* Remove unncessary function declarations in ada-typeprint.c.Joel Brobecker2014-01-271-18/+1
* Add missing empty line after declaration in ada-typeprint.c:print_range.Joel Brobecker2014-01-271-0/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey2012-11-121-36/+51
* gdb/Jan Kratochvil2012-04-181-4/+6
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-4/+4
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* crash when printing type of tagged typeJoel Brobecker2011-07-011-2/+11
* Fix printing address of packed arrayJoel Brobecker2011-07-011-13/+4
* Fix ada array bounds displayJoel Brobecker2011-07-011-40/+35
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* [Ada] do not print arrays as array pointersJoel Brobecker2010-12-291-0/+1
* Minor comment reformatting in ada-typeprint.cJoel Brobecker2010-11-231-4/+3
* Have ptype handle types declared pragma Unchecked_Variants.Paul N. Hilfinger2010-10-041-34/+64
* gdb/Jan Kratochvil2010-06-141-3/+3
* 2010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-181-0/+6
* Avoid global lookup when decoding XA type.Joel Brobecker2010-05-171-14/+15
* "unsupported language" error in info types when using Ada.Joel Brobecker2010-04-201-0/+11
* Get rid of support for VAX Floats.Joel Brobecker2010-01-081-13/+0
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger2009-12-141-35/+14
* * ada-lang.c (packed_array_type): Rename to...Joel Brobecker2009-11-191-2/+2
* * ada-valprint.c (ada_print_scalar): Accept NULL type argumentUlrich Weigand2009-06-291-5/+5
* * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.Ulrich Weigand2009-06-291-10/+12
* 2009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey2009-03-201-5/+6
* * ada-typeprint.c (ada_typedef_print): Remove. Unused.Joel Brobecker2009-02-191-16/+0
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil2008-12-281-2/+3