Age | Commit message (Expand) | Author | Files | Lines |
2018-06-14 | Fix/improve on-line help of 'define' command. | Philippe Waroquiers | 1 | -1/+3 |
2018-06-05 | Remove some text from --version output | Tom Tromey | 1 | -1/+1 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
2018-05-25 | Change the as_*_interp functions to use dynamic_cast | Tom Tromey | 1 | -3/+1 |
2018-05-25 | Use scoped_restore in a couple of interp-related places | Tom Tromey | 1 | -6/+2 |
2018-05-04 | Let gdb.execute handle multi-line commands | Tom Tromey | 2 | -28/+80 |
2018-05-04 | Use function_view in cli-script.c | Tom Tromey | 2 | -31/+31 |
2018-05-04 | Allow defining a user command inside a user command | Tom Tromey | 2 | -10/+47 |
2018-05-04 | Constify prompt argument to read_command_lines | Tom Tromey | 2 | -12/+10 |
2018-05-04 | Make print_command_trace varargs | Tom Tromey | 2 | -13/+12 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 3 | -172/+87 |
2018-05-04 | Allocate cmd_list_element with new | Tom Tromey | 2 | -55/+54 |
2018-04-09 | Add gdb::string_view | Simon Marchi | 1 | -14/+3 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 2 | -16/+16 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+2 |
2018-02-13 | Use enum flags for flags passed to openp | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 14 | -14/+14 |
2017-12-13 | Factor out final completion match string building | Pedro Alves | 1 | -38/+3 |
2017-12-05 | Remove some unused variables | Simon Marchi | 2 | -4/+2 |
2017-11-22 | Fix build with GCC 8: strncpy -> memcpy | Yao Qi | 1 | -2/+2 |
2017-11-07 | Constify execute_command | Tom Tromey | 6 | -18/+14 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 3 | -19/+20 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 2 | -36/+2 |
2017-11-07 | Constify add_info | Tom Tromey | 2 | -9/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 5 | -57/+33 |
2017-11-07 | Add set_repeat_arguments function | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Make set_cmd_cfunc private | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com_suppress_notification | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_abbrev_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Make breakpoint/location number parsing error output consistent | Pedro Alves | 1 | -5/+11 |
2017-10-31 | Use console uiout when executing breakpoint commands | Simon Marchi | 1 | -4/+18 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 4 | -22/+23 |
2017-10-04 | Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH) | Pedro Alves | 1 | -0/+1 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -3/+5 |
2017-09-27 | Constify cd_command | Tom Tromey | 2 | -2/+2 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -2/+2 |
2017-09-27 | Constify some commands in cli-logging.c | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify user_defined_command | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify commands in cli-dump.c | Tom Tromey | 1 | -16/+16 |
2017-09-27 | Constify some commands in cli-cmds.c | Tom Tromey | 1 | -9/+5 |
2017-09-27 | Constify not_just_help_class_command | Tom Tromey | 2 | -2/+2 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 4 | -24/+77 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 1 | -5/+12 |
2017-09-20 | Make "list ambiguous" show symbol names too | Pedro Alves | 1 | -8/+21 |
2017-09-11 | Replace clear_hook_in_cleanup with scoped_restore_hook_in | Tom Tromey | 1 | -10/+21 |
2017-09-11 | Replace interp_set_temp with scoped_restore_interp | Tom Tromey | 1 | -9/+1 |
2017-09-11 | Make extract_arg return a std::string | Tom Tromey | 2 | -15/+12 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 6 | -21/+21 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 5 | -14/+0 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 1 | -3/+4 |