summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* change minsym representationTom Tromey2014-02-261-4/+4
* [Ada] Make the symbol cache per-program-space.Joel Brobecker2014-02-101-40/+134
* Wrong type for 'Length result.Joel Brobecker2014-02-101-5/+15
* Add missing call to obstack_init for ada-lang.c::cache_spaceJoel Brobecker2014-02-101-0/+1
* [Ada] Add a symbol lookup cacheJoel Brobecker2014-02-101-3/+132
* struct block parameter constification in ada-lang.cJoel Brobecker2014-02-101-10/+8
* New Ada maintenance command to ignore descriptive types (DWARF).Joel Brobecker2014-01-281-0/+48
* ada-lang.c: Really include "ui-out.h".Joel Brobecker2014-01-271-2/+0
* psymtab cleanup patch 3/3Doug Evans2014-01-141-9/+8
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* wrong dimension found in ada-lang.c:ada_array_bound_from_typeJoel Brobecker2013-12-131-6/+9
* Small style violation fix in ada_array_bound_from_typeJoel Brobecker2013-12-131-1/+1
* crash evaluating bogus exception condition expression (sparc-solaris)Joel Brobecker2013-12-031-3/+12
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Add command to list Ada exceptionsJoel Brobecker2013-11-121-0/+357
* Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker2013-11-111-5/+9