aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-194/+6
2023-02-27Guile QUIT processing updatesKevin Buettner1-1/+1
2023-02-24Remove struct bufferTom Tromey1-1/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-4/+4
2022-08-31Use member initialization in 'struct ui'Tom Tromey1-9/+9
2022-08-31Remove obsolete filtering commentTom Tromey1-3/+1
2022-08-31Let ui::input_fd be -1Tom Tromey1-1/+2
2022-07-18Replace input_interactive_p with a methodTom Tromey1-1/+4
2022-07-18Remove ui_register_input_event_handlerTom Tromey1-6/+6
2022-01-26Remove unused declarationTom Tromey1-2/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-1/+1
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-2/+4
2021-04-28gdb: remove unused argument from gdb_initAndrew Burgess1-1/+1
2021-04-15gdb: add "set startup-quietly" commandTom Tromey1-0/+5
2021-01-19use DISABLE_COPY_AND_ASSIGN in switch_thru_all_uisLancelot SIX1-5/+2
2021-01-12gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi1-4/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-0/+3
2020-09-15Remove ui::numTom Tromey1-3/+0
2020-05-16Remove ALL_UISTom Tromey1-3/+7
2020-05-09Change server_command to boolTom Tromey1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-4/+0
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-11Remove init_cli_cmdsTom Tromey1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-1/+0
2019-02-19Fix error message and use-after-free on errors in nested sourced filesSimon Marchi1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey1-2/+2
2018-06-05Remove some text from --version outputTom Tromey1-1/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-0/+1
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-1/+0
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-0/+1
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey1-1/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-10-03Remove make_delete_ui_cleanupTom Tromey1-7/+6
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-1/+0
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey1-2/+0
2017-08-03Remove in_user_commandTom Tromey1-1/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1