summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker
2017-11-07Constify execute_commandTom Tromey
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves
2017-10-03Remove make_delete_ui_cleanupTom Tromey
2017-09-29Remove cleanup from display_gdb_promptTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-20Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves
2016-10-21Change command stats reporting to use classTom Tromey
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves
2016-06-21Make stdin be per UIPedro Alves
2016-06-21Handle UI's terminal closingPedro Alves
2016-06-21Make main_ui be heap allocatedPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Always process target events in the main UIPedro Alves
2016-06-21Make command line editing (use of readline) be per UIPedro Alves
2016-06-21Make out and error streams be per UIPedro Alves
2016-06-21Make input_fd be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Always run async signal handlers in the main UIPedro Alves
2016-06-21Make the intepreters output to all UIsPedro Alves
2016-06-21Introduce "struct ui"Pedro Alves
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-12Eliminate immediate_quitPedro Alves
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves
2016-04-12Don't call clear_quit_flag in command_handlerPedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-04-12Fix signal handler/event-loop racesPedro Alves
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves
2016-03-09Command line input handling TLCPedro Alves
2016-03-09Simplify saved_command_line handlingPedro Alves
2016-03-09Use struct buffer in gdb_readline_no_editing_callbackPedro Alves
2016-03-09Eliminate async_annotation_suffixPedro Alves
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-09Garbage collect thread continuationsPedro Alves
2015-07-27Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-12Append to input history file instead of overwriting itPatrick Palka