Age | Commit message (Expand) | Author | Files | Lines |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -194/+6 |
2023-02-27 | Guile QUIT processing updates | Kevin Buettner | 1 | -1/+1 |
2023-02-24 | Remove struct buffer | Tom Tromey | 1 | -1/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -4/+4 |
2022-08-31 | Use member initialization in 'struct ui' | Tom Tromey | 1 | -9/+9 |
2022-08-31 | Remove obsolete filtering comment | Tom Tromey | 1 | -3/+1 |
2022-08-31 | Let ui::input_fd be -1 | Tom Tromey | 1 | -1/+2 |
2022-07-18 | Replace input_interactive_p with a method | Tom Tromey | 1 | -1/+4 |
2022-07-18 | Remove ui_register_input_event_handler | Tom Tromey | 1 | -6/+6 |
2022-01-26 | Remove unused declaration | Tom Tromey | 1 | -2/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -1/+1 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -2/+4 |
2021-04-28 | gdb: remove unused argument from gdb_init | Andrew Burgess | 1 | -1/+1 |
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 |