summaryrefslogtreecommitdiff
path: root/gdb/top.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-194/+6
* Guile QUIT processing updatesKevin Buettner2023-02-271-1/+1
* Remove struct bufferTom Tromey2023-02-241-1/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-4/+4
* Use member initialization in 'struct ui'Tom Tromey2022-08-311-9/+9
* Remove obsolete filtering commentTom Tromey2022-08-311-3/+1
* Let ui::input_fd be -1Tom Tromey2022-08-311-1/+2
* Replace input_interactive_p with a methodTom Tromey2022-07-181-1/+4
* Remove ui_register_input_event_handlerTom Tromey2022-07-181-6/+6
* Remove unused declarationTom Tromey2022-01-261-2/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-1/+1
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-2/+4
* gdb: remove unused argument from gdb_initAndrew Burgess2021-04-281-1/+1
* gdb: add "set startup-quietly" commandTom Tromey2021-04-151-0/+5
* use DISABLE_COPY_AND_ASSIGN in switch_thru_all_uisLancelot SIX2021-01-191-5/+2
* gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi2021-01-121-4/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-0/+3
* Remove ui::numTom Tromey2020-09-151-3/+0
* Remove ALL_UISTom Tromey2020-05-161-3/+7
* Change server_command to boolTom Tromey2020-05-091-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-4/+0
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Remove init_cli_cmdsTom Tromey2019-07-111-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers2019-05-311-1/+0
* Fix error message and use-after-free on errors in nested sourced filesSimon Marchi2019-02-191-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-301-2/+2
* Remove some text from --version outputTom Tromey2018-06-051-1/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-0/+1
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-1/+0
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-0/+1
* Constify execute_commandTom Tromey2017-11-071-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* Remove cleanups from prepare_execute_commandTom Tromey2017-10-191-1/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Remove make_delete_ui_cleanupTom Tromey2017-10-031-7/+6
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-1/+0
* Replace do_restore_instream_cleanup with scoped_restoreTom Tromey2017-08-031-2/+0
* Remove in_user_commandTom Tromey2017-08-031-1/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1