summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Select variant field when printing variantTom Tromey2020-04-061-2/+4
* Change ada_which_variant_applies to value APITom Tromey2020-03-301-3/+1
* Fix Ada val_print removal regressionTom Tromey2020-03-201-60/+39
* Remove val_printTom Tromey2020-03-131-302/+7
* Change print_field_values to use value-based APITom Tromey2020-03-131-7/+7
* Introduce ada_value_print_arrayTom Tromey2020-03-131-23/+48
* Convert ada_value_print to value-based APITom Tromey2020-03-131-4/+1
* Convert ada_val_print_ref to value-based APITom Tromey2020-03-131-4/+2
* Introduce ada_value_print_numTom Tromey2020-03-131-3/+83
* Rewrite ada_value_print_1 floating point caseTom Tromey2020-03-131-3/+8
* Introduce ada_value_print_ptrTom Tromey2020-03-131-3/+21
* Rewrite ada_value_print_innerTom Tromey2020-03-131-16/+104
* Introduce ada_value_print_innerTom Tromey2020-03-131-0/+11
* Style field names in "print"Tom Tromey2020-02-221-3/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-2/+2
* Remove unused includes in ada-*.c filesSimon Marchi2019-10-291-5/+1
* Introduce metadata styleTom Tromey2019-10-011-6/+12
* Handle biased typesTom Tromey2019-09-031-1/+8
* When debugging a mixed Ada/C program using this scenario:Xavier Roirand2019-05-081-31/+25
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-12/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+12
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* (Ada) Fix printing of access to unconstrained arraysXavier Roirand2018-09-101-1/+1
* (Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand2018-01-071-0/+34
* (Ada) Remove printing of array's first index when unneededXavier Roirand2018-01-041-0/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* improved error message when getting an exception printing a variableJoel Brobecker2017-12-171-3/+3
* Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand2017-11-061-4/+10
* Remove val_print_type_code_intTom Tromey2017-06-121-1/+2
* Fetch lazy value before calling val_printYao Qi2017-03-031-0/+3
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-35/+33
* Use ui_file_as_string in gdb/ada-valprint.cPedro Alves2016-11-081-26/+27
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* compare object sizes before comparing them with value_contents_eqJoel Brobecker2015-05-051-3/+4
* [Ada] Resolve dynamic type before trying to print it.Joel Brobecker2015-05-051-0/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-2/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Internal error trying to print uninitialized string.Joel Brobecker2014-12-131-0/+6
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* print PTR.all where PTR is an Ada thin pointerJoel Brobecker2014-09-101-1/+1
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-3/+3
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* [Ada] Array bound incorrectly printed for array indexed by enum subrangeJoel Brobecker2014-01-271-1/+1