aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-13make calls to help_list use enumeratorTom Tromey1-2/+3
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-50/+15
2014-06-04handle VLA in a struct or unionTom Tromey1-3/+17
2014-04-28Improve Ada dynamic range type handling.Joel Brobecker1-0/+2
2014-04-28remove unnecessary second call to static_unwrap_type in ada_evaluate_subexpJoel Brobecker1-4/+1
2014-04-24ada-lang.c: Expand standard_exc's introductory comment.Joel Brobecker1-1/+13
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-15/+50
2014-04-14vla: update type from newly created valueSanimir Agovic1-2/+11
2014-04-11Revert the entire VLA series.Joel Brobecker1-11/+2
2014-04-11vla: update type from newly created valueSanimir Agovic1-2/+11
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-15/+16
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-2/+2
2014-03-17[Ada] Crash with references to GNAT packed arrays handlingPierre-Marie de Rodat1-8/+8
2014-03-10Missing space before '(' in ada-lang.c::ada_evaluate_subexpJoel Brobecker1-3/+3
2014-03-10[Ada] Full view of tagged type with ptypeJerome Guitton1-10/+37
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-6/+6
2014-02-26change minsym representationTom Tromey1-4/+4
2014-02-10[Ada] Make the symbol cache per-program-space.Joel Brobecker1-40/+134
2014-02-10Wrong type for 'Length result.Joel Brobecker1-5/+15
2014-02-10Add missing call to obstack_init for ada-lang.c::cache_spaceJoel Brobecker1-0/+1
2014-02-10[Ada] Add a symbol lookup cacheJoel Brobecker1-3/+132
2014-02-10struct block parameter constification in ada-lang.cJoel Brobecker1-10/+8
2014-01-28New Ada maintenance command to ignore descriptive types (DWARF).Joel Brobecker1-0/+48
2014-01-27ada-lang.c: Really include "ui-out.h".Joel Brobecker1-2/+0
2014-01-14psymtab cleanup patch 3/3Doug Evans1-9/+8
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-13wrong dimension found in ada-lang.c:ada_array_bound_from_typeJoel Brobecker1-6/+9
2013-12-13Small style violation fix in ada_array_bound_from_typeJoel Brobecker1-1/+1
2013-12-03crash evaluating bogus exception condition expression (sparc-solaris)Joel Brobecker1-3/+12
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-12Add command to list Ada exceptionsJoel Brobecker1-0/+357
2013-11-11Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker1-5/+9
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker1-14/+7