Age | Commit message (Expand) | Author | Files | Lines |
2016-01-26 | Fix GCC6 -Wmisleading-indentation issues. | Mark Wielaard | 1 | -3/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-07 | Enhance the menu to select function overloads with signatures | Pierre-Marie de Rodat | 1 | -23/+80 |
2015-11-09 | [Ada] GDB crash during "finish" of function with out parameters | Joel Brobecker | 1 | -0/+11 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-10-13 | ada-lang.c:ada_value_primitive_packed_val: const correctness | Pedro Alves | 1 | -8/+10 |
2015-10-13 | ada-lang.c: malloc/alloca casts for C++ | Pedro Alves | 1 | -2/+2 |
2015-10-09 | [Ada] ada_unpack_from_contents: Error if target buffer not large enough | Joel Brobecker | 1 | -1/+10 |
2015-10-09 | [Ada] Buffer overflow in ada_unpack_from_contents | Joel Brobecker | 1 | -1/+13 |
2015-10-09 | make is_scalar_type non-static and use it in ada-lang.c | Joel Brobecker | 1 | -13/+1 |
2015-10-09 | [Ada] Better handling of dynamic types in ada_value_primitive_packed_val | Joel Brobecker | 1 | -29/+52 |
2015-10-09 | [Ada] split data unpacking code out of ada_value_primitive_packed_val. | Joel Brobecker | 1 | -91/+126 |
2015-10-09 | Reorder variable declarations in ada_value_primitive_packed_val | Joel Brobecker | 1 | -9/+13 |
2015-10-09 | use gdb_byte in ada-lang.c::ada_value_primitive_packed_val... | Joel Brobecker | 1 | -5/+5 |
2015-10-09 | More explicit local variable names in ada_value_primitive_packed_val | Joel Brobecker | 1 | -30/+31 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -6/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -12/+15 |
2015-09-23 | [Ada] Fix handling of array renamings | Pierre-Marie de Rodat | 1 | -4/+11 |
2015-09-18 | symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member. | Doug Evans | 1 | -1/+1 |
2015-09-14 | [Ada] Fix the evaluation of access to packed array subscript | Pierre-Marie de Rodat | 1 | -2/+15 |
2015-09-10 | Small refactor in ada-lang.c:scan_discrim_bound | Simon Marchi | 1 | -6/+11 |
2015-09-10 | Constify variables in ada-lang.c | Simon Marchi | 1 | -11/+10 |
2015-09-03 | [Ada] Make string_char_type a true TYPE_CODE_CHAR type in Ada | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-09-01 | [Ada] Fix completion for multiple function matches | Pierre-Marie de Rodat | 1 | -1/+5 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -2/+3 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -52/+147 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -114/+115 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -4/+4 |
2015-05-20 | gdb/ada-lang.c: Rename local variable typename into type_name... | Joel Brobecker | 1 | -5/+5 |
2015-05-15 | Array indexed by non-contiguous enumeration types | Jerome Guitton | 1 | -31/+65 |
2015-05-15 | Non bit-packed packed arrays as variable-length fields | Jerome Guitton | 1 | -4/+40 |
2015-05-15 | [Ada] problem printing negative integer values in packed arrays. | Joel Brobecker | 1 | -0/+2 |
2015-05-08 | [Ada] error trying to call function when parameter is aligner type. | Joel Brobecker | 1 | -0/+10 |
2015-05-05 | Further document ada-lang.c::value_assign_to_component & fix whitespaces. | Joel Brobecker | 1 | -11/+17 |
2015-05-05 | compare object sizes before comparing them with value_contents_eq | Joel Brobecker | 1 | -0/+3 |
2015-05-05 | GDB crash trying to subscript array of variant record. | Joel Brobecker | 1 | -0/+11 |
2015-05-05 | [Ada] array of variant record subscripting | Joel Brobecker | 1 | -2/+2 |
2015-05-05 | Add valaddr support in dynamic property resolution. | Joel Brobecker | 1 | -2/+2 |
2015-04-27 | [Ada] Cache all static structures and reset cache during resolution | Pierre-Marie de Rodat | 1 | -18/+34 |
2015-04-27 | [Ada] Preserve typedef layer when getting struct element | Joel Brobecker | 1 | -4/+9 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -17/+25 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -28/+27 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -29/+29 |
2015-02-02 | [Ada] Do not re-cache symbol-lookup result found from cache lookup. | Joel Brobecker | 1 | -6/+5 |
2015-02-02 | [Ada] pspace_data->sym_cache is always NULL | Joel Brobecker | 1 | -5/+4 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -3/+3 |
2015-01-15 | [Ada] 'first/'last/'length of array whose bound is a discriminant | Joel Brobecker | 1 | -2/+13 |
2015-01-13 | [python/Ada] gdb.lookup_type fails to looking primitive type | Joel Brobecker | 1 | -1/+32 |