Age | Commit message (Expand) | Author | Files | Lines |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -4/+4 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -2/+3 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -50/+15 |
2014-06-04 | handle VLA in a struct or union | Tom Tromey | 1 | -3/+17 |
2014-04-28 | Improve Ada dynamic range type handling. | Joel Brobecker | 1 | -0/+2 |
2014-04-28 | remove unnecessary second call to static_unwrap_type in ada_evaluate_subexp | Joel Brobecker | 1 | -4/+1 |
2014-04-24 | ada-lang.c: Expand standard_exc's introductory comment. | Joel Brobecker | 1 | -1/+13 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -15/+50 |
2014-04-14 | vla: update type from newly created value | Sanimir Agovic | 1 | -2/+11 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -11/+2 |
2014-04-11 | vla: update type from newly created value | Sanimir Agovic | 1 | -2/+11 |
2014-04-11 | refactoring: rename create_range_type to create_static_range_type | Sanimir Agovic | 1 | -15/+16 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -2/+2 |
2014-03-17 | [Ada] Crash with references to GNAT packed arrays handling | Pierre-Marie de Rodat | 1 | -8/+8 |
2014-03-10 | Missing space before '(' in ada-lang.c::ada_evaluate_subexp | Joel Brobecker | 1 | -3/+3 |
2014-03-10 | [Ada] Full view of tagged type with ptype | Jerome Guitton | 1 | -10/+37 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -6/+6 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -4/+4 |
2014-02-10 | [Ada] Make the symbol cache per-program-space. | Joel Brobecker | 1 | -40/+134 |
2014-02-10 | Wrong type for 'Length result. | Joel Brobecker | 1 | -5/+15 |
2014-02-10 | Add missing call to obstack_init for ada-lang.c::cache_space | Joel Brobecker | 1 | -0/+1 |
2014-02-10 | [Ada] Add a symbol lookup cache | Joel Brobecker | 1 | -3/+132 |
2014-02-10 | struct block parameter constification in ada-lang.c | Joel Brobecker | 1 | -10/+8 |
2014-01-28 | New Ada maintenance command to ignore descriptive types (DWARF). | Joel Brobecker | 1 | -0/+48 |
2014-01-27 | ada-lang.c: Really include "ui-out.h". | Joel Brobecker | 1 | -2/+0 |
2014-01-14 | psymtab cleanup patch 3/3 | Doug Evans | 1 | -9/+8 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-13 | wrong dimension found in ada-lang.c:ada_array_bound_from_type | Joel Brobecker | 1 | -6/+9 |
2013-12-13 | Small style violation fix in ada_array_bound_from_type | Joel Brobecker | 1 | -1/+1 |
2013-12-03 | crash evaluating bogus exception condition expression (sparc-solaris) | Joel Brobecker | 1 | -3/+12 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-12 | Add command to list Ada exceptions | Joel Brobecker | 1 | -0/+357 |
2013-11-11 | Dandling memory pointers in Ada catchpoints with GDB/MI. | Joel Brobecker | 1 | -5/+9 |
2013-11-07 | New field 'la_natural_name' in struct language_defn | Yao Qi | 1 | -0/+1 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 1 | -0/+2 |
2013-10-11 | New GDB/MI commands to catch Ada exceptions | Joel Brobecker | 1 | -14/+7 |
2013-10-11 | Add "ada_" prefix to enum ada_exception_catchpoint_kind | Joel Brobecker | 1 | -70/+70 |
2013-10-11 | Rework a bit Ada exception catchpoint support (in prep for GDB/MI) | Joel Brobecker | 1 | -50/+29 |
2013-10-08 | [Ada] psymbol search failure due to comparison function discrepancy | Joel Brobecker | 1 | -7/+54 |
2013-10-08 | [Ada] Remove unnecessary ada_exception_sal advance declaration. | Joel Brobecker | 1 | -3/+0 |
2013-10-01 | wrong "catch exception" error message when finding trampoline msym. | Joel Brobecker | 1 | -1/+4 |
2013-09-25 | * symfile.h (struct quick_symbol_functions): Reorg arg list of | Doug Evans | 1 | -4/+4 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+1 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -7/+15 |
2013-07-10 | ada-lang.c:coerce_unspec_val_to_type: Preserve laziness. | Joel Brobecker | 1 | -1/+1 |