summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_filePedro Alves2017-01-171-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
* Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka2015-07-271-9/+4
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+8
* Append to input history file instead of overwriting itPatrick Palka2015-01-121-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix build with Python 3.4 (PR python/16784)Simon Marchi2014-12-151-1/+1
* Fix the processing of Meta-key commands in TUIPatrick Palka2014-11-231-1/+12
* PR python/17372 - Python hangs when displaying help()Pedro Alves2014-10-291-5/+56
* Fix uninitialized value access when very first GDB command entered is <RET>Pedro Alves2014-10-291-0/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-5/+0
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil2014-03-181-2/+25