aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-114/+115
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4
2015-05-20gdb/ada-lang.c: Rename local variable typename into type_name...Joel Brobecker1-5/+5
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-31/+65
2015-05-15Non bit-packed packed arrays as variable-length fieldsJerome Guitton1-4/+40
2015-05-15[Ada] problem printing negative integer values in packed arrays.Joel Brobecker1-0/+2
2015-05-08[Ada] error trying to call function when parameter is aligner type.Joel Brobecker1-0/+10
2015-05-05Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker1-11/+17
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker1-0/+3
2015-05-05GDB crash trying to subscript array of variant record.Joel Brobecker1-0/+11
2015-05-05[Ada] array of variant record subscriptingJoel Brobecker1-2/+2
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-2/+2
2015-04-27[Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat1-18/+34
2015-04-27[Ada] Preserve typedef layer when getting struct elementJoel Brobecker1-4/+9
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