summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand
2017-06-12Remove val_print_type_code_intTom Tromey
2017-03-03Fetch lazy value before calling val_printYao Qi
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string in gdb/ada-valprint.cPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker
2015-05-05[Ada] Resolve dynamic type before trying to print it.Joel Brobecker
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-13Internal error trying to print uninitialized string.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-10print PTR.all where PTR is an Ada thin pointerJoel Brobecker
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-27[Ada] Array bound incorrectly printed for array indexed by enum subrangeJoel Brobecker
2014-01-07Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker
2014-01-07ada_print_floating: Remove use of statically sized buffer.Joel Brobecker
2014-01-07Extract string-printing out of ada_val_print_arrayJoel Brobecker
2014-01-07move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker
2014-01-07rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker
2014-01-07ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker
2014-01-07Split ada_val_print_1 into smaller functionsJoel Brobecker
2014-01-07Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker
2014-01-07ada_val_print_1: Go through val_print instead of recursive call to self.Joel Brobecker
2014-01-07ada_val_print_1: Add language parameterJoel Brobecker
2014-01-07ada-valprint.c: Reorder functions to reduce advance declarations.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans
2013-02-012013-02-01 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-07 PR cli/7719:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-29Full view of interface-wide typesJerome Guitton
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar
2012-04-18gdb/Jan Kratochvil
2012-03-29Fix -Wshadow error in ada-valprint.cJoel Brobecker
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-03-01 * value.h (value_print): Return void.Tom Tromey
2012-02-29[Ada] Handle reference to array descriptorsJoel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-09gdb/Jan Kratochvil
2011-07-01Fix printing address of packed arrayJoel Brobecker
2011-07-01missing type description for typedef to pointer valueJoel Brobecker
2011-03-07simplify ada-valprint.c:ada_val_print_arrayJoel Brobecker