summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 2009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey2009-05-281-20/+20
* * ada-lang.c (ada_find_any_type): Move check for primitive types ...Ulrich Weigand2009-05-181-8/+10
* * ada-lang.c (desc_data_type): Remove, replace by ...Ulrich Weigand2009-05-181-25/+27
* * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement toUlrich Weigand2009-05-181-7/+7
* * ada-lang.c: Remove an extra empty line. No code change.Joel Brobecker2009-04-231-1/+0
* * ada-lang.c (symtab_for_sym): Delete.Joel Brobecker2009-04-161-60/+1
* * ada-lang.c (extract_string): Delete.Joel Brobecker2009-04-161-3/+10
* ARI fix: sprintf rule.Pierre Muller2009-04-141-10/+9
* * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs beforeJoel Brobecker2009-03-241-1/+1
* * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sureJoel Brobecker2009-03-241-1/+1
* * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdefJoel Brobecker2009-03-241-1/+1
* * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]Joel Brobecker2009-03-241-1/+1
* * ada-lang.c (ada_get_field_index): Add handling of the caseJoel Brobecker2009-03-241-9/+12
* gdb:Tom Tromey2009-03-201-2/+2
* 2009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey2009-03-201-0/+1
* * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM andJoel Brobecker2009-03-131-17/+3
* * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure toJoel Brobecker2009-03-131-1/+4
* * ada-lang.c (ada_delta): Change the type of numerators andJoel Brobecker2009-03-131-7/+17
* * language.c (lang_bool_type): Return a builtin bool type in theJoel Brobecker2009-03-131-1/+1
* * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For taggedJoel Brobecker2009-03-131-1/+12
* Fix crash printing packed record with packed array.Joel Brobecker2009-03-121-1/+46
* Fix segfault when printing short_integer'last.Joel Brobecker2009-03-121-2/+7
* Remove some unused routines.Joel Brobecker2009-03-031-48/+0
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-7/+10
* 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann2009-02-051-2/+3
* * ada-lang.c (ada_template_to_fixed_record_type_1): Check sizeJerome Guitton2009-02-041-1/+9
* 2009-01-13 Jim Blandy <jimb@codesourcery.com>Pedro Alves2009-01-131-6/+4
* Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil2008-12-281-32/+28
* * ada-lang.c (ada_value_slice_ptr): Rename to...Jerome Guitton2008-12-151-14/+11
* * ada-lang.c (value_from_contents_and_address): Move...Tom Tromey2008-11-241-20/+0
* * ada-lang.c (ada_evaluate_subexp): Improve handling of integerJoel Brobecker2008-11-151-6/+12
* gdbTom Tromey2008-10-281-3/+6
* * gdbtypes.c (copy_type): New function.Joel Brobecker2008-10-221-0/+40
* * target.h (struct target_ops): Add new field to_get_ada_task_ptid.Joel Brobecker2008-10-221-1/+1
* * breakpoint.h (enum bptype): New enum bp_catchpoint.Joel Brobecker2008-10-161-0/+9
* * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Add handlingJoel Brobecker2008-10-071-2/+9
* * ada-lang.c (is_digits_suffix): Delete unused function.Joel Brobecker2008-10-011-13/+0
* * ada-lang.c (ada_modulus): Correct to avoid sign problem withJoel Brobecker2008-09-301-1/+1
* * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked"Joel Brobecker2008-09-301-4/+32
* * ada-lang.c (standard_exc): New static constant.Joel Brobecker2008-09-301-0/+38
* * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro. UpdateJoel Brobecker2008-09-301-7/+2
* * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strangeJoel Brobecker2008-09-301-10/+20
* gdbTom Tromey2008-09-301-0/+1
* gdbTom Tromey2008-09-271-0/+1
* * ada-lang.c (remove_extra_symbols): Remove stub symbols ifJoel Brobecker2008-09-131-142/+118
* * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand2008-09-111-6/+6
* * ada-lang.c (value_pos_atr): Add TYPE argument. Use it asUlrich Weigand2008-09-111-9/+10
* * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.Ulrich Weigand2008-09-111-7/+7
* * valops.c (value_ind): No longer allow dereferencing anUlrich Weigand2008-09-111-1/+6
* * eval.c (evaluate_subexp_standard): Use builtin_type_int8Ulrich Weigand2008-09-111-1/+1