summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* * ada-lang.c (ada_convert_actual): Renames convert_actual.Joel Brobecker2008-01-081-27/+3
* * ada-lang.c (ensure_lval): Fix value lval kind.Joel Brobecker2008-01-081-3/+9
* * ada-lang.c (ada_which_variant_applies): Correctly computeJoel Brobecker2008-01-051-7/+6
* * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixesJoel Brobecker2008-01-041-14/+19
* * ada-lang.c (decode_packed_array_type): Avoid a seg faultJoel Brobecker2008-01-041-3/+14
* * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types inJoel Brobecker2008-01-041-0/+9
* * ada-lang.c (resolve_subexp): Add handling of OP_REGISTERJoel Brobecker2008-01-031-0/+1
* * ada-lang.c (ada_array_bound_from_type): Make non-static.Joel Brobecker2008-01-031-11/+16
* * ada-lang.c (static_unwrap_type): Add forward declaration.Joel Brobecker2008-01-031-3/+23
* * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)Joel Brobecker2008-01-031-20/+32
* * ada-lang.c (ada_evaluate_subexp): Modify the value returnedJoel Brobecker2008-01-021-3/+3
* * ada-lang.c (ada_value_equal): Dereference reference types whenJoel Brobecker2008-01-021-0/+5
* * ada-lang.c (ada_remove_trailing_digits): New function.Joel Brobecker2008-01-011-46/+108
* * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handlingJoel Brobecker2008-01-011-2/+14
* Implement support for Ada interface types.Joel Brobecker2008-01-011-6/+42
* * ada-lang.c (_initialize_ada_language): Attach executable_changedJoel Brobecker2007-12-291-0/+2
* * ada-lang.c (ada_evaluate_subexp): Break two large expressionsJoel Brobecker2007-12-281-10/+16
* * ada-lang.c (ada_value_cast): New function, extracted out fromJoel Brobecker2007-12-281-25/+34
* * ada-lang.c (ada_evaluate_subexp): Add cases for BINOP_LOGICAL_AND,Joel Brobecker2007-12-281-0/+18
* * ada-lang.c (ada_is_character_type): Add recognition of typeJoel Brobecker2007-12-241-0/+1
* * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHARJoel Brobecker2007-12-241-9/+16
* * ada-lang.h (ada_renaming_category): New enumerated type.Joel Brobecker2007-12-211-98/+284
* * coffread.c (decode_type): Use builtin_type_int32 insteadUlrich Weigand2007-12-041-148/+0
* * language.h (struct language_defn): Remove la_builtin_type_vectorUlrich Weigand2007-11-021-2/+0
* 2007-10-30 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-10-301-12/+12
* * infcall.c (call_function_by_hand): Handle language-specificDaniel Jacobowitz2007-09-231-0/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-16/+14
* * ada-lang.c (resolve_subexp): Correct arity of binary operators.Joel Brobecker2007-08-151-0/+3
* * ada-lang.c (possible_user_operator_p): Alternative fix to lastJoel Brobecker2007-08-151-8/+1
* * ada-lang.c (field_alignment): Guard against NULL.Joel Brobecker2007-08-141-1/+9
* 2007-08-14 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-141-1/+1
* 2007-08-06 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-061-1/+1
* * expression.h (enum exp_opcode): Document a register name forDaniel Jacobowitz2007-06-131-1/+4
* 2007-06-12 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-121-6/+10
* 2007-06-12 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-121-28/+37
* 2007-06-06 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-061-1/+1
* Add support for exception handling with multiple versions ofJoel Brobecker2007-03-291-57/+160
* * linespec.c: Include language.h.Pedro Alves2007-03-281-25/+0
* 2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>Gabriel Dos Reis2007-02-091-3/+2
* * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.Joel Brobecker2007-01-261-2/+2
* * objfiles.h (ALL_PRIMARY_SYMTABS): Define.Daniel Jacobowitz2007-01-211-8/+4
* * ada-lang.c (is_known_support_routine): Improve the implementation.Joel Brobecker2007-01-081-40/+19
* * ada-lang.c: Add include of source.h.Joel Brobecker2007-01-081-2/+2
* * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value withJoel Brobecker2007-01-041-1/+1
* * ada-lang.h (ada_find_printable_frame): Remove.Joel Brobecker2007-01-041-2/+784
* Warning fixes.Daniel Jacobowitz2007-01-031-1/+1
* 2006-11-30 Jim Blandy <jimb@codesourcery.com>Jim Blandy2006-12-011-4/+0
* * ada-exp.y (yyerror): Change message to ignore the argument, avoidingPaul N. Hilfinger2006-01-121-32/+19
* * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.Paul N. Hilfinger2006-01-081-11/+11
* * ada-exp.y: Considerable reorganization to move functionalityPaul N. Hilfinger2006-01-021-78/+690