Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | List actual code around more than one location | Zhouyi Zhou | 1 | -16/+31 |
2017-08-17 | Plug source_command leak | Pedro Alves | 1 | -1/+0 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 2 | -66/+29 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -18/+13 |
2017-08-03 | Replace do_restore_instream_cleanup with scoped_restore | Tom Tromey | 1 | -4/+2 |
2017-08-03 | Use a scoped_restore for command_nest_depth | Tom Tromey | 1 | -6/+6 |
2017-08-03 | Remove user_call_depth | Tom Tromey | 1 | -15/+2 |
2017-08-03 | Remove in_user_command | Tom Tromey | 1 | -6/+0 |
2017-08-03 | Use containers to avoid cleanups | Tom Tromey | 1 | -8/+3 |
2017-08-03 | More uses of scoped_restore | Tom Tromey | 2 | -57/+19 |
2017-08-03 | Change return type of find_and_open_script | Tom Tromey | 2 | -24/+37 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -21/+7 |
2017-07-26 | Add "maint check xml-descriptions" to test builtin xml target descriptions | Yao Qi | 1 | -0/+4 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -4/+13 |
2017-07-17 | "complete" command and completion word break characters | Pedro Alves | 1 | -19/+15 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 2 | -42/+47 |
2017-07-17 | Clean up "completer_handle_brkchars" callback handling | Pedro Alves | 2 | -17/+4 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -1/+1 |
2017-06-30 | PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ... | Sergio Durigan Junior | 1 | -17/+5 |
2017-06-30 | PR cli/21688: Fix multi-line/inline command differentiation | Sergio Durigan Junior | 1 | -4/+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 | 3 | -25/+12 |
2017-05-17 | Add alias command to cmd_list_element | Yao Qi | 1 | -10/+19 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -12/+3 |
2017-04-12 | Use scoped_restore in more places | Tom Tromey | 1 | -7/+3 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 2 | -65/+29 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -30/+13 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 5 | -18/+18 |
2017-04-05 | -Wwrite-strings: Some constification in gdb/breakpoint.c | Pedro Alves | 2 | -5/+23 |
2017-04-05 | -Wwrite-strings: Constify shell_escape and plug make_command leak | Pedro Alves | 1 | -11/+15 |
2017-02-08 | Command abbreviation in define | Jerome Guitton | 3 | -30/+43 |
2017-02-08 | Command names: make them case sensitive | Jerome Guitton | 1 | -27/+0 |
2017-02-03 | C++-fy struct interp/cli_interp/tui_interp/mi_interp | Pedro Alves | 2 | -45/+59 |
2017-02-02 | Move "tee" building down to interpreter::set_logging_proc | Pedro Alves | 3 | -63/+106 |
2017-02-02 | Fix "-gdb-set logging redirect on" crash | Pedro Alves | 1 | -83/+12 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 2 | -53/+38 |
2017-02-01 | Remove unused file_string parameter in gdb_disassembly | Simon Marchi | 1 | -1/+1 |
2017-01-11 | Fix typo in lookup_cmd_1 comment | Simon Marchi | 1 | -1/+1 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -31/+24 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -10/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 14 | -14/+14 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 5 | -62/+62 |
2016-12-02 | Support an "unlimited" number of user-defined arguments | Pedro Alves | 1 | -81/+100 |
2016-12-02 | Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution | Pedro Alves | 2 | -11/+14 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string in gdb/cli/cli-setshow.c | Pedro Alves | 1 | -4/+3 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -10/+4 |
2016-11-08 | cli-script.c: Simplify using std::string, eliminate cleanups | Pedro Alves | 1 | -76/+33 |
2016-11-08 | cli/cli-script.c: Remove some dead NULL checks | Pedro Alves | 1 | -11/+0 |
2016-10-21 | Replace two xmallocs with unique_ptr | Tom Tromey | 1 | -11/+8 |