summaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker2014-01-071-13/+14
* ada_print_floating: Remove use of statically sized buffer.Joel Brobecker2014-01-071-16/+8
* Extract string-printing out of ada_val_print_arrayJoel Brobecker2014-01-071-49/+64
* move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker2014-01-071-66/+67
* rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker2014-01-071-33/+32
* ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker2014-01-071-24/+12
* Split ada_val_print_1 into smaller functionsJoel Brobecker2014-01-071-218/+321
* Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker2014-01-071-1/+0
* ada_val_print_1: Go through val_print instead of recursive call to self.Joel Brobecker2014-01-071-14/+9
* ada_val_print_1: Add language parameterJoel Brobecker2014-01-071-11/+14
* ada-valprint.c: Reorder functions to reduce advance declarations.Joel Brobecker2014-01-071-199/+186
* 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
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-5/+5
* 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-02-011-2/+0
* PR cli/7719:Tom Tromey2013-01-071-37/+11
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Full view of interface-wide typesJerome Guitton2012-11-291-0/+6
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-2/+1
* gdb/Jan Kratochvil2012-04-181-3/+3
* Fix -Wshadow error in ada-valprint.cJoel Brobecker2012-03-291-32/+35
* * valprint.h (struct generic_val_print_decorations): New.Tom Tromey2012-03-011-8/+0
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-57/+46
* * value.h (value_print): Return void.Tom Tromey2012-03-011-5/+5
* [Ada] Handle reference to array descriptorsJoel Brobecker2012-02-291-0/+4
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* gdb/Jan Kratochvil2011-10-091-2/+11
* Fix printing address of packed arrayJoel Brobecker2011-07-011-1/+2
* missing type description for typedef to pointer valueJoel Brobecker2011-07-011-1/+1
* simplify ada-valprint.c:ada_val_print_arrayJoel Brobecker2011-03-071-10/+10
* gdb/Pedro Alves2011-02-141-1/+3
* * valprint.c (val_print): Extend comment.Pedro Alves2011-02-071-15/+10
* * printcmd.c (print_formatted): Use val_print_scalar_formattedPedro Alves2011-01-251-6/+6