Age | Commit message (Expand) | Author | Files | Lines |
2021-04-15 | gdb: add "set startup-quietly" command | Tom Tromey | 1 | -0/+5 |
2021-01-19 | use DISABLE_COPY_AND_ASSIGN in switch_thru_all_uis | Lancelot SIX | 1 | -5/+2 |
2021-01-12 | gdb: move read{now,never}_symbol_files declarations to symfile.h | Simon Marchi | 1 | -4/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -0/+3 |
2020-09-15 | Remove ui::num | Tom Tromey | 1 | -3/+0 |
2020-05-16 | Remove ALL_UIS | Tom Tromey | 1 | -3/+7 |
2020-05-09 | Change server_command to bool | Tom Tromey | 1 | -1/+1 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -4/+0 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 1 | -1/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-31 | Add previous_saved_command_line to allow a command to repeat a previous command. | Philippe Waroquiers | 1 | -1/+0 |
2019-02-19 | Fix error message and use-after-free on errors in nested sourced files | Simon Marchi | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-30 | Change input_handler to take a unique_xmalloc_ptr | Tom Tromey | 1 | -2/+2 |
2018-06-05 | Remove some text from --version output | Tom Tromey | 1 | -1/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -0/+1 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 1 | -1/+0 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -0/+1 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-19 | Remove cleanups from prepare_execute_command | Tom Tromey | 1 | -1/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-10-03 | Remove make_delete_ui_cleanup | Tom Tromey | 1 | -7/+6 |
2017-09-22 | Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" | Sergio Durigan Junior | 1 | -1/+0 |
2017-08-03 | Replace do_restore_instream_cleanup with scoped_restore | Tom Tromey | 1 | -2/+0 |
2017-08-03 | Remove in_user_command | Tom Tromey | 1 | -1/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Remove make_cleanup_restore_current_ui | Tom Tromey | 1 | -19/+38 |
2016-09-21 | PR gdb/20604 - fix "quit" when an invalid expression is used | Tom Tromey | 1 | -1/+1 |
2016-09-06 | Introduce make_cleanup_restore_current_ui | Pedro Alves | 1 | -2/+2 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -0/+6 |
2016-07-25 | Handle correctly passing a bad interpreter name to new-ui | Simon Marchi | 1 | -0/+3 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -0/+8 |
2016-06-21 | Handle UI's terminal closing | Pedro Alves | 1 | -0/+1 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 1 | -0/+6 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -0/+25 |
2016-06-21 | Make gdb_in_secondary_prompt_p() be per UI | Pedro Alves | 1 | -2/+7 |
2016-06-21 | Always process target events in the main UI | Pedro Alves | 1 | -0/+3 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 1 | -0/+5 |
2016-06-21 | Make current_ui_out be per UI | Pedro Alves | 1 | -0/+3 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 1 | -0/+4 |