aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Introduce ada_value_print_innerTom Tromey1-0/+11
2020-02-22Style field names in "print"Tom Tromey1-3/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-2/+2
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi1-5/+1
2019-10-01Introduce metadata styleTom Tromey1-6/+12
2019-09-03Handle biased typesTom Tromey1-1/+8
2019-05-08When debugging a mixed Ada/C program using this scenario:Xavier Roirand1-31/+25
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-12/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+12
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-10(Ada) Fix printing of access to unconstrained arraysXavier Roirand1-1/+1
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand1-0/+34
2018-01-04(Ada) Remove printing of array's first index when unneededXavier Roirand1-0/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker1-3/+3
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand1-4/+10
2017-06-12Remove val_print_type_code_intTom Tromey1-1/+2
2017-03-03Fetch lazy value before calling val_printYao Qi1-0/+3
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-35/+33
2016-11-08Use ui_file_as_string in gdb/ada-valprint.cPedro Alves1-26/+27
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker1-3/+4
2015-05-05[Ada] Resolve dynamic type before trying to print it.Joel Brobecker1-0/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-2/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-13Internal error trying to print uninitialized string.Joel Brobecker1-0/+6
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-10print PTR.all where PTR is an Ada thin pointerJoel Brobecker1-1/+1
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-3/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-27[Ada] Array bound incorrectly printed for array indexed by enum subrangeJoel Brobecker1-1/+1
2014-01-07Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker1-13/+14
2014-01-07ada_print_floating: Remove use of statically sized buffer.Joel Brobecker1-16/+8
2014-01-07Extract string-printing out of ada_val_print_arrayJoel Brobecker1-49/+64
2014-01-07move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker1-66/+67
2014-01-07rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker1-33/+32
2014-01-07ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker1-24/+12
2014-01-07Split ada_val_print_1 into smaller functionsJoel Brobecker1-218/+321
2014-01-07Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker1-1/+0
2014-01-07ada_val_print_1: Go through val_print instead of recursive call to self.Joel Brobecker1-14/+9
2014-01-07ada_val_print_1: Add language parameterJoel Brobecker1-11/+14
2014-01-07ada-valprint.c: Reorder functions to reduce advance declarations.Joel Brobecker1-199/+186
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1