summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
Commit message (Expand)AuthorAgeFilesLines
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-1/+1
* Multi-target supportPedro Alves2020-01-101-5/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Silence ARI for valid calls to abortTom Tromey2019-12-131-1/+1
* Introduce thread-safe way to handle SIGSEGVTom Tromey2019-11-261-0/+41
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-1/+2
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* 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-9/+7
* Suppress SIGTTOU when handling errorsAlan Hayward2019-05-281-1/+1
* Fix memory leak in exception codeTom Tromey2019-04-251-1/+5
* Make exception handling more efficientTom Tromey2019-04-251-1/+1
* Make SJLJ exceptions more efficientTom Tromey2019-04-251-3/+3
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-18/+14
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-14/+18
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Fix leak in event-top.c history expansionPhilippe Waroquiers2019-01-211-10/+8
* 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