summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-1/+2
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-1/+1
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-8/+9
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-20/+25
* * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.Ulrich Weigand2009-07-021-58/+49
* * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand2009-07-021-9/+6
* * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand2009-07-021-4/+5
* * ada-lang.h (ada_convert_actual): Add GDBARCH argument.Ulrich Weigand2009-06-291-20/+19
* * ada-lang.c (resolve): Use per-architecture void type insteadUlrich Weigand2009-06-291-18/+15
* * ada-valprint.c (ada_print_scalar): Accept NULL type argumentUlrich Weigand2009-06-291-7/+3
* * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument.Ulrich Weigand2009-06-291-31/+28
* * ada-lang.c (ada_index_type): Update comment.Ulrich Weigand2009-06-291-1/+4
* * ada-lang.c (ada_index_type): Make static. Add NAME argument.Ulrich Weigand2009-06-291-73/+50
* * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand2009-06-291-10/+3
* * ada-lang.c (decode_packed_array): If the value is a pointer toJoel Brobecker2009-06-231-23/+314
* * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.Joel Brobecker2009-06-231-13/+1
* 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