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