Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-06-03 | * valprint.h (get_array_bounds): Change low and high parameter types | Pierre Muller | 1 | -3/+3 |
2010-05-18 | 2010-05-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+15 |
2010-05-07 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+0 |
2010-04-20 | Wrong value printed by info locals for dynamic object. | Joel Brobecker | 1 | -6/+3 |
2010-01-14 | 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+1 |
2010-01-12 | * ada-valprint.c (ada_print_floating): Remove trailing space. | Joel Brobecker | 1 | -1/+1 |
2010-01-12 | gdb/ChangeLog: | Joel Brobecker | 1 | -2/+1 |
2010-01-09 | * ada-valprint.c, parse.c: Include defs.h before including ctype.h. | Joel Brobecker | 1 | -1/+1 |
2010-01-08 | Get rid of support for VAX Floats. | Joel Brobecker | 1 | -16/+0 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-11-19 | * ada-lang.c (packed_array_type): Rename to... | Joel Brobecker | 1 | -1/+2 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -9/+12 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -3/+2 |
2009-07-02 | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 1 | -9/+4 |
2009-07-02 | * gdbtypes.h (builtin_type_true_char): Remove. | Ulrich Weigand | 1 | -1/+2 |
2009-06-29 | * ada-valprint.c (ada_print_scalar): Accept NULL type argument | Ulrich Weigand | 1 | -2/+9 |
2009-05-28 | 2009-05-27 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -3/+3 |
2009-05-18 | * ada-valprint.c (ada_val_print_1): Use val_print_string to print | Ulrich Weigand | 1 | -16/+4 |
2009-03-20 | gdb: | Tom Tromey | 1 | -12/+14 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-28 | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in | Jan Kratochvil | 1 | -1/+1 |
2008-10-28 | gdb | Tom Tromey | 1 | -107/+111 |
2008-09-11 | * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32 | Ulrich Weigand | 1 | -2/+2 |
2008-09-11 | * gdbtypes.h (struct builtin_type): Remove builtin_true_char | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * ada-valprint.c: Include "objfiles.h". | Ulrich Weigand | 1 | -3/+13 |
2008-09-11 | * ada-valprint.c (ada_val_print_1): When implicitly dereferencing | Ulrich Weigand | 1 | -3/+1 |
2008-08-24 | gdb: | Tom Tromey | 1 | -1/+1 |
2008-08-19 | * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change | Paul N. Hilfinger | 1 | -0/+4 |
2008-05-23 | * valprint.h (get_array_bounds): Renames get_array_low_bound. | Joel Brobecker | 1 | -73/+80 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -5/+6 |
2008-01-11 | * exec.c: #include "arch-utils.h" | Markus Deuling | 1 | -3/+3 |
2008-01-03 | * ada-lang.c (ada_value_struct_elt, to_fixed_array_type) | Joel Brobecker | 1 | -2/+2 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2008-01-01 | * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref | Joel Brobecker | 1 | -25/+28 |