aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-20Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves1-5/+18
2016-10-21Change command stats reporting to use classTom Tromey1-4/+1
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-50/+0
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-3/+11
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-1/+19
2016-06-21Make stdin be per UIPedro Alves1-12/+11
2016-06-21Handle UI's terminal closingPedro Alves1-15/+27
2016-06-21Make main_ui be heap allocatedPedro Alves1-5/+4
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-10/+19
2016-06-21Simplify starting the command event loopPedro Alves1-13/+0
2016-06-21Always process target events in the main UIPedro Alves1-2/+2
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-44/+50
2016-06-21Make out and error streams be per UIPedro Alves1-2/+2
2016-06-21Make input_fd be per UIPedro Alves1-19/+14
2016-06-21Make instream be per UIPedro Alves1-15/+19
2016-06-21Always run async signal handlers in the main UIPedro Alves1-3/+2
2016-06-21Make the intepreters output to all UIsPedro Alves1-2/+49
2016-06-21Introduce "struct ui"Pedro Alves1-45/+29
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves1-7/+90
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves1-7/+8
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-1/+1
2016-04-12Eliminate immediate_quitPedro Alves1-10/+3
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves1-3/+63
2016-04-12Don't call clear_quit_flag in command_handlerPedro Alves1-1/+0
2016-04-12Introduce interruptible_selectPedro Alves1-2/+73
2016-04-12Fix signal handler/event-loop racesPedro Alves1-0/+2
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves1-0/+9
2016-03-09Command line input handling TLCPedro Alves1-176/+164
2016-03-09Simplify saved_command_line handlingPedro Alves1-7/+2
2016-03-09Use struct buffer in gdb_readline_no_editing_callbackPedro Alves1-20/+19
2016-03-09Eliminate async_annotation_suffixPedro Alves1-38/+8
2016-03-09gdb_readline2 -> gdb_readline_no_editing_callbackPedro Alves1-18/+18
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore1-2/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-09-09Garbage collect thread continuationsPedro Alves1-2/+0
2015-07-27Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka1-9/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+8
2015-01-12Append to input history file instead of overwriting itPatrick Palka1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi1-1/+1
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka1-1/+12
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-5/+56
2014-10-29Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves1-0/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-5/+0
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-18Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil1-2/+25