summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of support for VAX Floats.Joel Brobecker2010-01-081-46/+0
* * dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger2009-12-141-44/+18
* gdb/ChangeLog:Paul Pluzhnikov2009-12-021-3/+2
* * ada-lang.c: Apply some corrections to the previous comment addition.Joel Brobecker2009-11-271-5/+5
* * ada-lang.c: Update the comment explaining how to evaluateJoel Brobecker2009-11-271-34/+72
* * ada-lang.c (discrete_type_p): TYPE_CODE_BOOL is also a discrete type.Joel Brobecker2009-11-191-0/+1
* * ada-lang.c (packed_array_type): Rename to...Joel Brobecker2009-11-191-50/+113
* Wrong function used to perform address addition/subtraction.Joel Brobecker2009-11-191-8/+3
* * ada-lang.c (ada_decode): Add handling of "TB" suffixes forJoel Brobecker2009-11-191-0/+7
* * ada-lang.c (ada_remove_Xbn_suffix): New function.Joel Brobecker2009-11-191-5/+31
* * 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