aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-1/+2
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-8/+9
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-20/+25
2009-07-02 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.Ulrich Weigand1-58/+49
2009-07-02 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand1-9/+6
2009-07-02 * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand1-4/+5
2009-06-29 * ada-lang.h (ada_convert_actual): Add GDBARCH argument.Ulrich Weigand1-20/+19
2009-06-29 * ada-lang.c (resolve): Use per-architecture void type insteadUlrich Weigand1-18/+15
2009-06-29 * ada-valprint.c (ada_print_scalar): Accept NULL type argumentUlrich Weigand1-7/+3
2009-06-29 * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.Ulrich Weigand1-31/+28
2009-06-29 * ada-lang.c (ada_index_type): Update comment.Ulrich Weigand1-1/+4
2009-06-29 * ada-lang.c (ada_index_type): Make static. Add NAME argument.Ulrich Weigand1-73/+50
2009-06-29 * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand1-10/+3
2009-06-23 * ada-lang.c (decode_packed_array): If the value is a pointer toJoel Brobecker1-23/+314
2009-06-23 * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.Joel Brobecker1-13/+1
2009-05-282009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey1-20/+20
2009-05-18 * ada-lang.c (ada_find_any_type): Move check for primitive types ...Ulrich Weigand1-8/+10
2009-05-18 * ada-lang.c (desc_data_type): Remove, replace by ...Ulrich Weigand1-25/+27
2009-05-18 * ada-lang.c (ada_coerce_to_simple_array_type): Reimplement toUlrich Weigand1-7/+7
2009-04-23 * ada-lang.c: Remove an extra empty line. No code change.Joel Brobecker1-1/+0
2009-04-16 * ada-lang.c (symtab_for_sym): Delete.Joel Brobecker1-60/+1
2009-04-16 * ada-lang.c (extract_string): Delete.Joel Brobecker1-3/+10
2009-04-14 ARI fix: sprintf rule.Pierre Muller1-10/+9
2009-03-24 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs beforeJoel Brobecker1-1/+1
2009-03-24 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sureJoel Brobecker1-1/+1
2009-03-24 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdefJoel Brobecker1-1/+1
2009-03-24 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]Joel Brobecker1-1/+1
2009-03-24 * ada-lang.c (ada_get_field_index): Add handling of the caseJoel Brobecker1-9/+12
2009-03-20gdb:Tom Tromey1-2/+2
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey1-0/+1
2009-03-13 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM andJoel Brobecker1-17/+3
2009-03-13 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure toJoel Brobecker1-1/+4
2009-03-13 * ada-lang.c (ada_delta): Change the type of numerators andJoel Brobecker1-7/+17
2009-03-13 * language.c (lang_bool_type): Return a builtin bool type in theJoel Brobecker1-1/+1
2009-03-13 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For taggedJoel Brobecker1-1/+12
2009-03-12 Fix crash printing packed record with packed array.Joel Brobecker1-1/+46
2009-03-12 Fix segfault when printing short_integer'last.Joel Brobecker1-2/+7
2009-03-03 Remove some unused routines.Joel Brobecker1-48/+0
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-7/+10
2009-02-052009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann1-2/+3
2009-02-04 * ada-lang.c (ada_template_to_fixed_record_type_1): Check sizeJerome Guitton1-1/+9
2009-01-132009-01-13 Jim Blandy <jimb@codesourcery.com>Pedro Alves1-6/+4
2008-12-28 Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil1-32/+28
2008-12-15 * ada-lang.c (ada_value_slice_ptr): Rename to...Jerome Guitton1-14/+11
2008-11-24 * ada-lang.c (value_from_contents_and_address): Move...Tom Tromey1-20/+0
2008-11-15 * ada-lang.c (ada_evaluate_subexp): Improve handling of integerJoel Brobecker1-6/+12
2008-10-28gdbTom Tromey1-3/+6
2008-10-22 * gdbtypes.c (copy_type): New function.Joel Brobecker1-0/+40
2008-10-22 * target.h (struct target_ops): Add new field to_get_ada_task_ptid.Joel Brobecker1-1/+1