Age | Commit message (Expand) | Author | Files | Lines |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+1 |
2017-04-25 | Don't memset non-POD types: struct bp_location | Pedro Alves | 1 | -12/+7 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -26/+28 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -4/+2 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -1/+1 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -71/+36 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -9/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -24/+23 |
2016-11-28 | Restrict checking value.lval on using address | Yao Qi | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -3/+3 |
2016-11-17 | gdb/ada-lang.c: one malloc -> unique_ptr<[]> | Pedro Alves | 1 | -9/+5 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -11/+4 |
2016-11-08 | Use ui_file_as_string in gdb/ada-lang.c | Pedro Alves | 1 | -25/+6 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -25/+12 |
2016-09-06 | Add missing format for built-in floating-point types | Ulrich Weigand | 1 | -3/+3 |
2016-09-06 | Fix typo in ada_language_arch_info | Ulrich Weigand | 1 | -1/+1 |
2016-07-06 | Use unsigned integer constant with left shifts. | John Baldwin | 1 | -2/+2 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+40 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+6 |
2016-06-21 | [Ada catchpoints] Fix "warning: failed to get exception name: No definition o... | Pedro Alves | 1 | -0/+9 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -1/+1 |
2016-04-16 | Fix gdb build with --enable-build-with-cxx --disable-nls | Pedro Alves | 1 | -2/+2 |
2016-04-12 | ada-lang.c: Introduce type_as_string and use it | Pedro Alves | 1 | -30/+44 |
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 |