aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-17/+25
2015-03-06New common function "startswith"Gary Benson1-28/+27
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-29/+29
2015-02-02[Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker1-6/+5
2015-02-02[Ada] pspace_data->sym_cache is always NULLJoel Brobecker1-5/+4
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-3/+3
2015-01-15[Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker1-2/+13
2015-01-13[python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker1-1/+32
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-1/+9
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-1/+2
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-3/+3
2014-12-13Internal error trying to print uninitialized string.Joel Brobecker1-9/+7
2014-12-12the "compile" commandTom Tromey1-0/+2
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-11/+9
2014-11-20[Ada] XA type is not redundant if the ranges' subtypes do not matchJoel Brobecker1-0/+11
2014-11-19[Ada] gdb.ada/complete.exp failure on x86_64-windowsJoel Brobecker1-1/+9
2014-11-19[Ada] Ignore __XA types when redundant.Joel Brobecker1-0/+73
2014-11-19varsize-limit error printing element of packed array...Joel Brobecker1-2/+12
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-5/+7
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+2
2014-11-06Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans1-3/+5
2014-10-14[Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker1-0/+8
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-10Ada: Print bounds/length of pointer to array with dynamic boundsJoel Brobecker1-2/+10
2014-09-10Ada subscripting of pointer to array with dynamic boundsJoel Brobecker1-8/+9
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-3/+1
2014-08-18ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible.Joel Brobecker1-2/+16
2014-08-18avoid "if ... else if ... else" logic in ada-lang.c::ada_evaluate_subexpJoel Brobecker1-7/+7
2014-08-18Fix indentation level in ada-lang.c::ada_evaluate_subexp.Joel Brobecker1-44/+44
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdarg.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-4/+4
2014-06-13make calls to help_list use enumeratorTom Tromey1-2/+3
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-50/+15
2014-06-04handle VLA in a struct or unionTom Tromey1-3/+17
2014-04-28Improve Ada dynamic range type handling.Joel Brobecker1-0/+2
2014-04-28remove unnecessary second call to static_unwrap_type in ada_evaluate_subexpJoel Brobecker1-4/+1
2014-04-24ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker1-1/+13
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-15/+50
2014-04-14vla: update type from newly created valueSanimir Agovic1-2/+11
2014-04-11Revert the entire VLA series.Joel Brobecker1-11/+2
2014-04-11vla: update type from newly created valueSanimir Agovic1-2/+11
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-15/+16
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-2/+2
2014-03-17[Ada] Crash with references to GNAT packed arrays handlingPierre-Marie de Rodat1-8/+8
2014-03-10Missing space before '(' in ada-lang.c::ada_evaluate_subexpJoel Brobecker1-3/+3
2014-03-10[Ada] Full view of tagged type with ptypeJerome Guitton1-10/+37