Age | Commit message (Expand) | Author | Files | Lines |
2010-05-07 | * ada-lang.c (assign_aggregate): Remove unused variable. | Joel Brobecker | 1 | -1/+0 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+2 |
2010-05-05 | Remove unused MAX_OF*/MIN_OF* macros. | Joel Brobecker | 1 | -5/+0 |
2010-05-02 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2010-04-22 | gdb/ | Jan Kratochvil | 1 | -0/+31 |
2010-04-20 | [AVR] inferior call of subprogram with pointer as argument | Joel Brobecker | 1 | -2/+23 |
2010-04-20 | "unsupported language" error in info types when using Ada. | Joel Brobecker | 1 | -1/+1 |
2010-04-20 | Wrong value printed by info locals for dynamic object. | Joel Brobecker | 1 | -3/+1 |
2010-04-19 | * ada-lang.c (print_recreate_exception) | Pedro Alves | 1 | -1/+1 |
2010-04-19 | PR breakpoints/8554. | Pedro Alves | 1 | -3/+53 |
2010-04-06 | 2010-04-06 Stan Shebs <stan@codesourcery.com> | Stan Shebs | 1 | -1/+0 |
2010-03-10 | gdb | Tom Tromey | 1 | -191/+76 |
2010-03-09 | dwarf2_physname patchset: | Keith Seitz | 1 | -5/+1 |
2010-02-09 | Wrong type description for tagged type parameter. | Joel Brobecker | 1 | -1/+8 |
2010-01-20 | Get rid of ada-lang.c:function_name_from_pc. | Joel Brobecker | 1 | -18/+7 |
2010-01-19 | Delete unused or undefined functions. | Joel Brobecker | 1 | -16/+0 |
2010-01-18 | Use XVS field type instead of doing a parallel lookup. | Joel Brobecker | 1 | -5/+14 |
2010-01-18 | Trust PAD types instead of using PAD___XVS. | Joel Brobecker | 1 | -6/+60 |
2010-01-15 | "info tasks" broken by typedefs in ATCB type definitions. | Joel Brobecker | 1 | -2/+4 |
2010-01-15 | Do not use name-based lookup for unconstrained packed arrays. | Joel Brobecker | 1 | -1/+1 |
2010-01-12 | Delete dead function. | Joel Brobecker | 1 | -21/+0 |
2010-01-12 | gdb/ChangeLog: | Joel Brobecker | 1 | -10/+72 |
2010-01-08 | Get rid of support for VAX Floats. | Joel Brobecker | 1 | -46/+0 |
2009-12-14 | * dwarf2read.c (struct attribute): Increase sizes of unsnd and snd | Paul N. Hilfinger | 1 | -44/+18 |
2009-12-02 | gdb/ChangeLog: | Paul Pluzhnikov | 1 | -3/+2 |
2009-11-27 | * ada-lang.c: Apply some corrections to the previous comment addition. | Joel Brobecker | 1 | -5/+5 |
2009-11-27 | * ada-lang.c: Update the comment explaining how to evaluate | Joel Brobecker | 1 | -34/+72 |
2009-11-19 | * ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type. | Joel Brobecker | 1 | -0/+1 |
2009-11-19 | * ada-lang.c (packed_array_type): Rename to... | Joel Brobecker | 1 | -50/+113 |
2009-11-19 | Wrong function used to perform address addition/subtraction. | Joel Brobecker | 1 | -8/+3 |
2009-11-19 | * ada-lang.c (ada_decode): Add handling of "TB" suffixes for | Joel Brobecker | 1 | -0/+7 |
2009-11-19 | * ada-lang.c (ada_remove_Xbn_suffix): New function. | Joel Brobecker | 1 | -5/+31 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -1/+2 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -1/+1 |
2009-07-02 | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 1 | -8/+9 |
2009-07-02 | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 1 | -20/+25 |
2009-07-02 | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. | Ulrich Weigand | 1 | -58/+49 |
2009-07-02 | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 1 | -9/+6 |
2009-07-02 | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 1 | -4/+5 |
2009-06-29 | * ada-lang.h (ada_convert_actual): Add GDBARCH argument. | Ulrich Weigand | 1 | -20/+19 |
2009-06-29 | * ada-lang.c (resolve): Use per-architecture void type instead | Ulrich Weigand | 1 | -18/+15 |
2009-06-29 | * ada-valprint.c (ada_print_scalar): Accept NULL type argument | Ulrich Weigand | 1 | -7/+3 |
2009-06-29 | * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument. | Ulrich Weigand | 1 | -31/+28 |
2009-06-29 | * ada-lang.c (ada_index_type): Update comment. | Ulrich Weigand | 1 | -1/+4 |
2009-06-29 | * ada-lang.c (ada_index_type): Make static. Add NAME argument. | Ulrich Weigand | 1 | -73/+50 |
2009-06-29 | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 1 | -10/+3 |
2009-06-23 | * ada-lang.c (decode_packed_array): If the value is a pointer to | Joel Brobecker | 1 | -23/+314 |
2009-06-23 | * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c. | Joel Brobecker | 1 | -13/+1 |
2009-05-28 | 2009-05-27 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -20/+20 |
2009-05-18 | * ada-lang.c (ada_find_any_type): Move check for primitive types ... | Ulrich Weigand | 1 | -8/+10 |