Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-04 | Error out immediatly when using if command without args in command list | Simon Marchi | 1 | -1/+2 |
2017-09-04 | Move command lines types/declarations to cli-script.h | Simon Marchi | 1 | -1/+75 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -4/+2 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -100/+66 |
2017-09-04 | Clarify "list" output when specified lines are ambiguous | Pedro Alves | 1 | -7/+30 |
2017-09-03 | Use std::string in do_set_command | Tom Tromey | 1 | -12/+4 |
2017-09-03 | Use unique_xmalloc_ptr in cd_command | Tom Tromey | 1 | -11/+9 |
2017-08-28 | define_command: Don't convert command name to lower case | Simon Marchi | 1 | -6/+0 |
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 |