| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -29/+29 |
* | [Ada] Do not re-cache symbol-lookup result found from cache lookup. | Joel Brobecker | 2015-02-02 | 1 | -6/+5 |
* | [Ada] pspace_data->sym_cache is always NULL | Joel Brobecker | 2015-02-02 | 1 | -5/+4 |
* | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 2015-01-31 | 1 | -3/+3 |
* | [Ada] 'first/'last/'length of array whose bound is a discriminant | Joel Brobecker | 2015-01-15 | 1 | -2/+13 |
* | [python/Ada] gdb.lookup_type fails to looking primitive type | Joel Brobecker | 2015-01-13 | 1 | -1/+32 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Look up primitive types as symbols. | Doug Evans | 2014-12-23 | 1 | -1/+9 |
* | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 2014-12-23 | 1 | -1/+2 |
* | Replace some symbol accessor macros with functions. | Doug Evans | 2014-12-23 | 1 | -3/+3 |
* | Internal error trying to print uninitialized string. | Joel Brobecker | 2014-12-13 | 1 | -9/+7 |
* | the "compile" command | Tom Tromey | 2014-12-12 | 1 | -0/+2 |
* | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 2014-11-20 | 1 | -11/+9 |
* | [Ada] XA type is not redundant if the ranges' subtypes do not match | Joel Brobecker | 2014-11-20 | 1 | -0/+11 |
* | [Ada] gdb.ada/complete.exp failure on x86_64-windows | Joel Brobecker | 2014-11-19 | 1 | -1/+9 |
* | [Ada] Ignore __XA types when redundant. | Joel Brobecker | 2014-11-19 | 1 | -0/+73 |
* | varsize-limit error printing element of packed array... | Joel Brobecker | 2014-11-19 | 1 | -2/+12 |
* | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 2014-11-18 | 1 | -5/+7 |
* | SYMTAB_OBJFILE: New macro. | Doug Evans | 2014-11-18 | 1 | -2/+2 |
* | Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places. | Doug Evans | 2014-11-06 | 1 | -3/+5 |
* | [Ada] Error adding/subtracting pointer value to/from integral. | Joel Brobecker | 2014-10-14 | 1 | -0/+8 |
* | Remove spurious exceptions.h inclusions | Gary Benson | 2014-10-08 | 1 | -1/+0 |
* | Ada: Print bounds/length of pointer to array with dynamic bounds | Joel Brobecker | 2014-09-10 | 1 | -2/+10 |
* | Ada subscripting of pointer to array with dynamic bounds | Joel Brobecker | 2014-09-10 | 1 | -8/+9 |
* | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 2014-08-20 | 1 | -3/+1 |
* | ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible. | Joel Brobecker | 2014-08-18 | 1 | -2/+16 |
* | avoid "if ... else if ... else" logic in ada-lang.c::ada_evaluate_subexp | Joel Brobecker | 2014-08-18 | 1 | -7/+7 |
* | Fix indentation level in ada-lang.c::ada_evaluate_subexp. | Joel Brobecker | 2014-08-18 | 1 | -44/+44 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Move stdarg.h to common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Move stdio.h to common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | constify some blockvector APIs | Tom Tromey | 2014-06-18 | 1 | -1/+1 |
* | constify struct block in some places | Tom Tromey | 2014-06-18 | 1 | -4/+4 |
* | make calls to help_list use enumerator | Tom Tromey | 2014-06-13 | 1 | -2/+3 |
* | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 2014-06-07 | 1 | -50/+15 |
* | handle VLA in a struct or union | Tom Tromey | 2014-06-04 | 1 | -3/+17 |
* | Improve Ada dynamic range type handling. | Joel Brobecker | 2014-04-28 | 1 | -0/+2 |
* | remove unnecessary second call to static_unwrap_type in ada_evaluate_subexp | Joel Brobecker | 2014-04-28 | 1 | -4/+1 |
* | ada-lang.c: Expand standard_exc's introductory comment. | Joel Brobecker | 2014-04-24 | 1 | -1/+13 |
* | Remove symbol_matches_domain. This fixes | Keith Seitz | 2014-04-14 | 1 | -15/+50 |
* | vla: update type from newly created value | Sanimir Agovic | 2014-04-14 | 1 | -2/+11 |
* | Revert the entire VLA series. | Joel Brobecker | 2014-04-11 | 1 | -11/+2 |
* | vla: update type from newly created value | Sanimir Agovic | 2014-04-11 | 1 | -2/+11 |
* | refactoring: rename create_range_type to create_static_range_type | Sanimir Agovic | 2014-04-11 | 1 | -15/+16 |
* | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 2014-03-27 | 1 | -2/+2 |
* | [Ada] Crash with references to GNAT packed arrays handling | Pierre-Marie de Rodat | 2014-03-17 | 1 | -8/+8 |
* | Missing space before '(' in ada-lang.c::ada_evaluate_subexp | Joel Brobecker | 2014-03-10 | 1 | -3/+3 |
* | [Ada] Full view of tagged type with ptype | Jerome Guitton | 2014-03-10 | 1 | -10/+37 |
* | start change to progspace independence | Tom Tromey | 2014-02-26 | 1 | -2/+2 |
* | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 2014-02-26 | 1 | -6/+6 |