Age | Commit message (Expand) | Author | Files | Lines |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -3/+3 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -4/+4 |
2017-10-02 | Fix GDB build with G++ 4.8 | Pedro Alves | 1 | -2/+2 |
2017-09-29 | Use a std::vector for ada_exceptions_list | Tom Tromey | 1 | -55/+35 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+2 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -2/+2 |
2017-09-11 | Remove cleanups from find_frame_funname | Tom Tromey | 1 | -16/+7 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -6/+6 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+1 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -6/+4 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -2/+1 |
2017-08-25 | remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type | Joel Brobecker | 1 | -29/+14 |
2017-08-22 | Change install_breakpoint to take a std::unique_ptr | Tom Tromey | 1 | -6/+5 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -3/+1 |
2017-07-20 | get_int_var_value | Pedro Alves | 1 | -30/+14 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -0/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -18/+17 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -8/+8 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -19/+14 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -42/+12 |
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 |