Age | Commit message (Expand) | Author | Files | Lines |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-10 | print PTR.all where PTR is an Ada thin pointer | Joel Brobecker | 1 | -1/+1 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -3/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-27 | [Ada] Array bound incorrectly printed for array indexed by enum subrange | Joel Brobecker | 1 | -1/+1 |
2014-01-07 | Ada: Fix missing call to pretty-printer for fields of records. | Joel Brobecker | 1 | -13/+14 |
2014-01-07 | ada_print_floating: Remove use of statically sized buffer. | Joel Brobecker | 1 | -16/+8 |
2014-01-07 | Extract string-printing out of ada_val_print_array | Joel Brobecker | 1 | -49/+64 |
2014-01-07 | move ada_val_print_array down within other ada_val_print* functions | Joel Brobecker | 1 | -66/+67 |
2014-01-07 | rewrite ada_val_print_ref to reduce if/else block nesting depth | Joel Brobecker | 1 | -33/+32 |
2014-01-07 | ada-valprint.c: Inline print_record inside ada_val_print_struct_union | Joel Brobecker | 1 | -24/+12 |
2014-01-07 | Split ada_val_print_1 into smaller functions | Joel Brobecker | 1 | -218/+321 |
2014-01-07 | Remove call to gdb_flush at end of ada_val_print_1 | Joel Brobecker | 1 | -1/+0 |
2014-01-07 | ada_val_print_1: Go through val_print instead of recursive call to self. | Joel Brobecker | 1 | -14/+9 |
2014-01-07 | ada_val_print_1: Add language parameter | Joel Brobecker | 1 | -11/+14 |
2014-01-07 | ada-valprint.c: Reorder functions to reduce advance declarations. | Joel Brobecker | 1 | -199/+186 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -5/+5 |
2013-02-01 | 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -2/+0 |
2013-01-07 | PR cli/7719: | Tom Tromey | 1 | -37/+11 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-29 | Full view of interface-wide types | Jerome Guitton | 1 | -0/+6 |
2012-09-25 | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 1 | -2/+1 |
2012-04-18 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2012-03-29 | Fix -Wshadow error in ada-valprint.c | Joel Brobecker | 1 | -32/+35 |
2012-03-01 | * valprint.h (struct generic_val_print_decorations): New. | Tom Tromey | 1 | -8/+0 |
2012-03-01 | * valprint.c (val_print): Update. | Tom Tromey | 1 | -57/+46 |
2012-03-01 | * value.h (value_print): Return void. | Tom Tromey | 1 | -5/+5 |
2012-02-29 | [Ada] Handle reference to array descriptors | Joel Brobecker | 1 | -0/+4 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+2 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -2/+11 |
2011-07-01 | Fix printing address of packed array | Joel Brobecker | 1 | -1/+2 |
2011-07-01 | missing type description for typedef to pointer value | Joel Brobecker | 1 | -1/+1 |
2011-03-07 | simplify ada-valprint.c:ada_val_print_array | Joel Brobecker | 1 | -10/+10 |
2011-02-14 | gdb/ | Pedro Alves | 1 | -1/+3 |
2011-02-07 | * valprint.c (val_print): Extend comment. | Pedro Alves | 1 | -15/+10 |
2011-01-25 | * printcmd.c (print_formatted): Use val_print_scalar_formatted | Pedro Alves | 1 | -6/+6 |
2011-01-24 | * ada-valprint.c (val_print_packed_array_elements): Pass the | Pedro Alves | 1 | -5/+5 |
2011-01-24 | 2011-01-24 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -76/+110 |
2011-01-18 | fix printing of Ada wide characters on ppc-aix | Joel Brobecker | 1 | -3/+2 |
2011-01-14 | Fix printing of Wide_Character & Wide_Wide_Character entities. | Joel Brobecker | 1 | -1/+1 |
2011-01-13 | [Ada] Fix printing of Wide_Wide_Strings | Joel Brobecker | 1 | -10/+12 |
2011-01-10 | minor comment reformatting (ada-valprint.c:printstr) | Joel Brobecker | 1 | -2/+2 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+9 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-29 | [Ada] print null array pointer as `0x0' rather than `(null)' | Joel Brobecker | 1 | -1/+2 |
2010-12-29 | [Ada] do not print arrays as array pointers | Joel Brobecker | 1 | -4/+13 |
2010-11-03 | [Ada] move some variables to scope where they are used | Joel Brobecker | 1 | -11/+12 |
2010-06-11 | gdb | Tom Tromey | 1 | -55/+46 |