summaryrefslogtreecommitdiff
path: root/gdb/top.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always process target events in the main UIPedro Alves2016-06-211-0/+3
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-0/+5
* Make current_ui_out be per UIPedro Alves2016-06-211-0/+3
* Make out and error streams be per UIPedro Alves2016-06-211-0/+4
* Make input_fd be per UIPedro Alves2016-06-211-0/+4
* Make instream be per UIPedro Alves2016-06-211-1/+6
* Always run async signal handlers in the main UIPedro Alves2016-06-211-0/+5
* Make the intepreters output to all UIsPedro Alves2016-06-211-0/+29
* Make the interpreters be per UIPedro Alves2016-06-211-0/+15
* Make gdb_stdout&co be per UIPedro Alves2016-06-211-0/+17