summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary second call to static_unwrap_type in ada_evaluate_subexpJoel Brobecker2014-04-281-4/+1
* ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker2014-04-241-1/+13
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-15/+50
* vla: update type from newly created valueSanimir Agovic2014-04-141-2/+11
* Revert the entire VLA series.Joel Brobecker2014-04-111-11/+2
* vla: update type from newly created valueSanimir Agovic2014-04-111-2/+11
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-15/+16
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-2/+2
* [Ada] Crash with references to GNAT packed arrays handlingPierre-Marie de Rodat2014-03-171-8/+8
* Missing space before '(' in ada-lang.c::ada_evaluate_subexpJoel Brobecker2014-03-101-3/+3
* [Ada] Full view of tagged type with ptypeJerome Guitton2014-03-101-10/+37
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-6/+6