aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-19/+38
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey1-1/+1
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-2/+2
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-0/+6
2016-07-25Handle correctly passing a bad interpreter name to new-uiSimon Marchi1-0/+3
2016-06-21Make stdin be per UIPedro Alves1-0/+8
2016-06-21Handle UI's terminal closingPedro Alves1-0/+1
2016-06-21Make main_ui be heap allocatedPedro Alves1-0/+6
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-0/+25
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves1-2/+7
2016-06-21Always process target events in the main UIPedro Alves1-0/+3
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-0/+5