summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
...
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-31/+65
* Non bit-packed packed arrays as variable-length fieldsJerome Guitton2015-05-151-4/+40
* [Ada] problem printing negative integer values in packed arrays.Joel Brobecker2015-05-151-0/+2
* [Ada] error trying to call function when parameter is aligner type.Joel Brobecker2015-05-081-0/+10
* Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker2015-05-051-11/+17
* compare object sizes before comparing them with value_contents_eqJoel Brobecker2015-05-051-0/+3
* GDB crash trying to subscript array of variant record.Joel Brobecker2015-05-051-0/+11
* [Ada] array of variant record subscriptingJoel Brobecker2015-05-051-2/+2
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-2/+2
* [Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat2015-04-271-18/+34
* [Ada] Preserve typedef layer when getting struct elementJoel Brobecker2015-04-271-4/+9
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-17/+25
* New common function "startswith"Gary Benson2015-03-061-28/+27
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-29/+29
* [Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker2015-02-021-6/+5
* [Ada] pspace_data->sym_cache is always NULLJoel Brobecker2015-02-021-5/+4
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-3/+3
* [Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker2015-01-151-2/+13
* [python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker2015-01-131-1/+32
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-1/+9
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-1/+2
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-3/+3
* Internal error trying to print uninitialized string.Joel Brobecker2014-12-131-9/+7
* the "compile" commandTom Tromey2014-12-121-0/+2
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-11/+9
* [Ada] XA type is not redundant if the ranges' subtypes do not matchJoel Brobecker2014-11-201-0/+11
* [Ada] gdb.ada/complete.exp failure on x86_64-windowsJoel Brobecker2014-11-191-1/+9
* [Ada] Ignore __XA types when redundant.Joel Brobecker2014-11-191-0/+73
* varsize-limit error printing element of packed array...Joel Brobecker2014-11-191-2/+12
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-5/+7
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-2/+2
* Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans2014-11-061-3/+5
* [Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker2014-10-141-0/+8
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Ada: Print bounds/length of pointer to array with dynamic boundsJoel Brobecker2014-09-101-2/+10
* Ada subscripting of pointer to array with dynamic boundsJoel Brobecker2014-09-101-8/+9
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-3/+1
* ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible.Joel Brobecker2014-08-181-2/+16
* avoid "if ... else if ... else" logic in ada-lang.c::ada_evaluate_subexpJoel Brobecker2014-08-181-7/+7
* Fix indentation level in ada-lang.c::ada_evaluate_subexp.Joel Brobecker2014-08-181-44/+44
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdarg.h to common-defs.hGary Benson2014-08-071-1/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* constify struct block in some placesTom Tromey2014-06-181-4/+4
* make calls to help_list use enumeratorTom Tromey2014-06-131-2/+3
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-50/+15
* handle VLA in a struct or unionTom Tromey2014-06-041-3/+17
* Improve Ada dynamic range type handling.Joel Brobecker2014-04-281-0/+2