summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New field 'la_natural_name' in struct language_defnYao Qi2013-11-071-0/+1
* New field la_varobj_ops in struct language_defnYao Qi2013-10-251-0/+2
* New GDB/MI commands to catch Ada exceptionsJoel Brobecker2013-10-111-14/+7
* Add "ada_" prefix to enum ada_exception_catchpoint_kindJoel Brobecker2013-10-111-70/+70
* Rework a bit Ada exception catchpoint support (in prep for GDB/MI)Joel Brobecker2013-10-111-50/+29
* [Ada] psymbol search failure due to comparison function discrepancyJoel Brobecker2013-10-081-7/+54
* [Ada] Remove unnecessary ada_exception_sal advance declaration.Joel Brobecker2013-10-081-3/+0
* wrong "catch exception" error message when finding trampoline msym.Joel Brobecker2013-10-011-1/+4
* * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans2013-09-251-4/+4
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* remove msymbol_objfileTom Tromey2013-08-051-7/+15
* ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker2013-07-101-1/+1
* * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz2013-05-221-7/+19
* [Ada] Fix cleanup leak in ada-lang.c:old_renaming_is_invisibleJoel Brobecker2013-05-211-4/+12
* Missing do_cleanups in ada_make_symbol_completion_list.Joel Brobecker2013-05-161-0/+2
* * ada-lang.c (ada_value_primitive_packed_val): Don'tTom Tromey2013-05-061-1/+0
* -Wpointer-sign: ada-lang.c, ada-tasks.c.Pedro Alves2013-04-191-1/+2
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-1/+1