Age | Commit message (Expand) | Author | Files | Lines |
2009-04-16 | * ada-lang.c (extract_string): Delete. | Joel Brobecker | 1 | -3/+10 |
2009-04-14 | ARI fix: sprintf rule. | Pierre Muller | 1 | -10/+9 |
2009-03-24 | * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before | Joel Brobecker | 1 | -1/+1 |
2009-03-24 | * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure | Joel Brobecker | 1 | -1/+1 |
2009-03-24 | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef | Joel Brobecker | 1 | -1/+1 |
2009-03-24 | * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST] | Joel Brobecker | 1 | -1/+1 |
2009-03-24 | * ada-lang.c (ada_get_field_index): Add handling of the case | Joel Brobecker | 1 | -9/+12 |
2009-03-20 | gdb: | Tom Tromey | 1 | -2/+2 |
2009-03-20 | 2009-03-20 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -0/+1 |
2009-03-13 | * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and | Joel Brobecker | 1 | -17/+3 |
2009-03-13 | * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to | Joel Brobecker | 1 | -1/+4 |
2009-03-13 | * ada-lang.c (ada_delta): Change the type of numerators and | Joel Brobecker | 1 | -7/+17 |
2009-03-13 | * language.c (lang_bool_type): Return a builtin bool type in the | Joel Brobecker | 1 | -1/+1 |
2009-03-13 | * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged | Joel Brobecker | 1 | -1/+12 |
2009-03-12 | Fix crash printing packed record with packed array. | Joel Brobecker | 1 | -1/+46 |
2009-03-12 | Fix segfault when printing short_integer'last. | Joel Brobecker | 1 | -2/+7 |
2009-03-03 | Remove some unused routines. | Joel Brobecker | 1 | -48/+0 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -7/+10 |
2009-02-05 | 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com> | Thiago Jung Bauermann | 1 | -2/+3 |
2009-02-04 | * ada-lang.c (ada_template_to_fixed_record_type_1): Check size | Jerome Guitton | 1 | -1/+9 |
2009-01-13 | 2009-01-13 Jim Blandy <jimb@codesourcery.com> | Pedro Alves | 1 | -6/+4 |
2008-12-28 | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in | Jan Kratochvil | 1 | -32/+28 |
2008-12-15 | * ada-lang.c (ada_value_slice_ptr): Rename to... | Jerome Guitton | 1 | -14/+11 |
2008-11-24 | * ada-lang.c (value_from_contents_and_address): Move... | Tom Tromey | 1 | -20/+0 |
2008-11-15 | * ada-lang.c (ada_evaluate_subexp): Improve handling of integer | Joel Brobecker | 1 | -6/+12 |
2008-10-28 | gdb | Tom Tromey | 1 | -3/+6 |
2008-10-22 | * gdbtypes.c (copy_type): New function. | Joel Brobecker | 1 | -0/+40 |
2008-10-22 | * target.h (struct target_ops): Add new field to_get_ada_task_ptid. | Joel Brobecker | 1 | -1/+1 |
2008-10-16 | * breakpoint.h (enum bptype): New enum bp_catchpoint. | Joel Brobecker | 1 | -0/+9 |
2008-10-07 | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Add handling | Joel Brobecker | 1 | -2/+9 |
2008-10-01 | * ada-lang.c (is_digits_suffix): Delete unused function. | Joel Brobecker | 1 | -13/+0 |
2008-09-30 | * ada-lang.c (ada_modulus): Correct to avoid sign problem with | Joel Brobecker | 1 | -1/+1 |
2008-09-30 | * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked" | Joel Brobecker | 1 | -4/+32 |
2008-09-30 | * ada-lang.c (standard_exc): New static constant. | Joel Brobecker | 1 | -0/+38 |
2008-09-30 | * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro. Update | Joel Brobecker | 1 | -7/+2 |
2008-09-30 | * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strange | Joel Brobecker | 1 | -10/+20 |
2008-09-30 | gdb | Tom Tromey | 1 | -0/+1 |
2008-09-27 | gdb | Tom Tromey | 1 | -0/+1 |
2008-09-13 | * ada-lang.c (remove_extra_symbols): Remove stub symbols if | Joel Brobecker | 1 | -142/+118 |
2008-09-11 | * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32 | Ulrich Weigand | 1 | -6/+6 |
2008-09-11 | * ada-lang.c (value_pos_atr): Add TYPE argument. Use it as | Ulrich Weigand | 1 | -9/+10 |
2008-09-11 | * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double. | Ulrich Weigand | 1 | -7/+7 |
2008-09-11 | * valops.c (value_ind): No longer allow dereferencing an | Ulrich Weigand | 1 | -1/+6 |
2008-09-11 | * eval.c (evaluate_subexp_standard): Use builtin_type_int8 | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * eval.c (evaluate_subexp_standard): Add calls to binop_promote | Ulrich Weigand | 1 | -6/+37 |
2008-09-11 | * value.h (value_add, value_sub): Remove. | Ulrich Weigand | 1 | -5/+8 |
2008-09-11 | * language.h (struct language_arch_info): New members | Ulrich Weigand | 1 | -8/+20 |
2008-09-10 | * ada-lang.c (ada_parent_type): Add handling of the case where | Joel Brobecker | 1 | -9/+35 |
2008-09-10 | * ada-lang.c (is_digits_suffix): New function. | Joel Brobecker | 1 | -107/+46 |
2008-09-10 | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use | Joel Brobecker | 1 | -2/+2 |