summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+8
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker2017-12-121-1/+2
* Constify execute_commandTom Tromey2017-11-071-3/+3
* Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves2017-11-061-15/+11
* Remove make_delete_ui_cleanupTom Tromey2017-10-031-1/+1
* Remove cleanup from display_gdb_promptTom Tromey2017-09-291-16/+9
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-47/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: execute_command calls with string literalsPedro Alves2017-04-051-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves2016-12-201-5/+18
* Change command stats reporting to use classTom Tromey2016-10-211-4/+1
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-50/+0
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-3/+11
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-1/+19
* Make stdin be per UIPedro Alves2016-06-211-12/+11
* Handle UI's terminal closingPedro Alves2016-06-211-15/+27
* Make main_ui be heap allocatedPedro Alves2016-06-211-5/+4
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-10/+19
* Simplify starting the command event loopPedro Alves2016-06-211-13/+0
* Always process target events in the main UIPedro Alves2016-06-211-2/+2
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-44/+50
* Make out and error streams be per UIPedro Alves2016-06-211-2/+2
* Make input_fd be per UIPedro Alves2016-06-211-19/+14
* Make instream be per UIPedro Alves2016-06-211-15/+19
* Always run async signal handlers in the main UIPedro Alves2016-06-211-3/+2
* Make the intepreters output to all UIsPedro Alves2016-06-211-2/+49
* Introduce "struct ui"Pedro Alves2016-06-211-45/+29
* Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves2016-04-221-7/+90
* Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves2016-04-221-7/+8
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-1/+1
* Eliminate immediate_quitPedro Alves2016-04-121-10/+3
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-3/+63
* Don't call clear_quit_flag in command_handlerPedro Alves2016-04-121-1/+0
* Introduce interruptible_selectPedro Alves2016-04-121-2/+73
* Fix signal handler/event-loop racesPedro Alves2016-04-121-0/+2
* Don't set immediate_quit in prompt_for_continuePedro Alves2016-04-121-0/+9
* Command line input handling TLCPedro Alves2016-03-091-176/+164
* Simplify saved_command_line handlingPedro Alves2016-03-091-7/+2
* Use struct buffer in gdb_readline_no_editing_callbackPedro Alves2016-03-091-20/+19
* Eliminate async_annotation_suffixPedro Alves2016-03-091-38/+8
* gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves2016-03-091-18/+18
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Reset pagination counts even when stdin is not a tty.Sandra Loosemore2015-12-181-2/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+3
* Garbage collect thread continuationsPedro Alves2015-09-091-2/+0