summaryrefslogtreecommitdiff
path: root/gdb/ada-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-9/+9
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-3/+3
* update name of several Ada fixed-point type handling functionsJoel Brobecker2020-05-151-6/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-12/+12
* gdb: make get_dyn_prop a method of struct typeSimon Marchi2020-05-071-2/+2
* Update Ada ptype support for dynamic typesTom Tromey2020-04-241-0/+129
* Fix comment in ada-typeprint.cTom Tromey2020-03-111-1/+1
* Style field names in "print"Tom Tromey2020-02-221-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Normalize Ada ptype to use a single "?"Tom Tromey2019-12-101-4/+7
* gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess2019-10-311-1/+0
* Remove unused includes in ada-*.c filesSimon Marchi2019-10-291-9/+0
* Introduce metadata styleTom Tromey2019-10-011-6/+9
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-18/+14
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-14/+18
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-3/+4
* Use function_name_style to print Ada and C function namesPhilippe Waroquiers2019-02-121-1/+5
* 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