aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-06ada_value_assign: Correct big-endian case to take into account the bitsizePaul N. Hilfinger1-3/+5
2008-05-27 * symtab.h (enum address_class): Remove LOC_REGPARM andAndreas Schwab1-53/+30
2008-05-22 * symtab.h (enum address_class): Remove LOC_BASEREG andUlrich Weigand1-7/+0
2008-05-22 * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.Ulrich Weigand1-5/+0
2008-05-19 * symtab.h (lookup_symbol_in_language): Update comment.Pedro Alves1-1/+1
2008-05-19 * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.Ulrich Weigand1-32/+25
2008-05-19 * language.h (struct language_defn): Remove SYMTAB parameter fromUlrich Weigand1-41/+6
2008-05-09 * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not forceJoel Brobecker1-1/+8
2008-05-05 * ada-lang.c: Update throughout to use symbol_matches_domainAleksandar Ristovski1-6/+12
2008-05-02 * ada-lang.c (unwrap_value): Handle the case where the "F" fieldJoel Brobecker1-2/+1
2008-04-30 * ada-lang.c (ada_value_primitive_packed_val): Only checkDaniel Jacobowitz1-1/+1
2008-04-22 * ada-lang.c (get_selections): Variable PROMPT made non-const andJan Kratochvil1-6/+3
2008-04-06 Fix breakpoint condition that use member variables.Vladimir Prus1-1/+1
2008-04-03 * symtab.c (multiple_symbols_ask, multiple_symbols_all)Joel Brobecker1-0/+12
2008-02-07 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**Joel Brobecker1-8/+8
2008-02-07 * ada-lang.c: #include "vec.h".Joel Brobecker1-58/+29
2008-02-05 * language.h (struct language_defn): Add new fieldJoel Brobecker1-0/+362
2008-01-18 * gdbarch.sh (function_list): Add new property bits_big_endian toMarkus Deuling1-6/+7
2008-01-08 * ada-lang.c (ada_convert_actual): Renames convert_actual.Joel Brobecker1-27/+3
2008-01-08 * ada-lang.c (ensure_lval): Fix value lval kind.Joel Brobecker1-3/+9
2008-01-05 * ada-lang.c (ada_which_variant_applies): Correctly computeJoel Brobecker1-7/+6
2008-01-04 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixesJoel Brobecker1-14/+19
2008-01-04 * ada-lang.c (decode_packed_array_type): Avoid a seg faultJoel Brobecker1-3/+14
2008-01-04 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types inJoel Brobecker1-0/+9
2008-01-03 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTERJoel Brobecker1-0/+1
2008-01-03 * ada-lang.c (ada_array_bound_from_type): Make non-static.Joel Brobecker1-11/+16
2008-01-03 * ada-lang.c (static_unwrap_type): Add forward declaration.Joel Brobecker1-3/+23
2008-01-03 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)Joel Brobecker1-20/+32
2008-01-02 * ada-lang.c (ada_evaluate_subexp): Modify the value returnedJoel Brobecker1-3/+3
2008-01-02 * ada-lang.c (ada_value_equal): Dereference reference types whenJoel Brobecker1-0/+5
2008-01-01 * ada-lang.c (ada_remove_trailing_digits): New function.Joel Brobecker1-46/+108
2008-01-01 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handlingJoel Brobecker1-2/+14
2008-01-01 Implement support for Ada interface types.Joel Brobecker1-6/+42
2007-12-29 * ada-lang.c (_initialize_ada_language): Attach executable_changedJoel Brobecker1-0/+2
2007-12-28 * ada-lang.c (ada_evaluate_subexp): Break two large expressionsJoel Brobecker1-10/+16
2007-12-28 * ada-lang.c (ada_value_cast): New function, extracted out fromJoel Brobecker1-25/+34
2007-12-28 * ada-lang.c (ada_evaluate_subexp): Add cases for BINOP_LOGICAL_AND,Joel Brobecker1-0/+18
2007-12-24 * ada-lang.c (ada_is_character_type): Add recognition of typeJoel Brobecker1-0/+1
2007-12-24 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHARJoel Brobecker1-9/+16
2007-12-21 * ada-lang.h (ada_renaming_category): New enumerated type.Joel Brobecker1-98/+284
2007-12-04 * coffread.c (decode_type): Use builtin_type_int32 insteadUlrich Weigand1-148/+0
2007-11-02 * language.h (struct language_defn): Remove la_builtin_type_vectorUlrich Weigand1-2/+0
2007-10-302007-10-30 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-12/+12
2007-09-23 * infcall.c (call_function_by_hand): Handle language-specificDaniel Jacobowitz1-0/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-16/+14
2007-08-15 * ada-lang.c (resolve_subexp): Correct arity of binary operators.Joel Brobecker1-0/+3
2007-08-15 * ada-lang.c (possible_user_operator_p): Alternative fix to lastJoel Brobecker1-8/+1
2007-08-14 * ada-lang.c (field_alignment): Guard against NULL.Joel Brobecker1-1/+9
2007-08-142007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+1
2007-08-062007-08-06 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+1