summaryrefslogtreecommitdiff
path: root/gdb/top.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-19/+38
* PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey2016-09-211-1/+1
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-2/+2
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-0/+6
* Handle correctly passing a bad interpreter name to new-uiSimon Marchi2016-07-251-0/+3
* Make stdin be per UIPedro Alves2016-06-211-0/+8
* Handle UI's terminal closingPedro Alves2016-06-211-0/+1
* Make main_ui be heap allocatedPedro Alves2016-06-211-0/+6
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-0/+25
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-211-2/+7