aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur1-1/+0
2021-03-12Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger1-2/+21
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-5/+5
2020-10-02gdb: add debug prints in event loopSimon Marchi1-1/+51
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-7/+7
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+2
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-1/+1
2020-01-10Multi-target supportPedro Alves1-5/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Silence ARI for valid calls to abortTom Tromey1-1/+1
2019-11-26Introduce thread-safe way to handle SIGSEGVTom Tromey1-0/+41
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-1/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-9/+7
2019-05-28Suppress SIGTTOU when handling errorsAlan Hayward1-1/+1
2019-04-25Fix memory leak in exception codeTom Tromey1-1/+5
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-04-25Make SJLJ exceptions more efficientTom Tromey1-3/+3
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-06Revert the header-sorting patchTom Tromey1-18/+14
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-14/+18
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-21Fix leak in event-top.c history expansionPhilippe Waroquiers1-10/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-30Change input_handler to take a unique_xmalloc_ptrTom Tromey1-10/+8
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker1-1/+2
2017-11-07Constify execute_commandTom Tromey1-3/+3
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves1-15/+11
2017-10-03Remove make_delete_ui_cleanupTom Tromey1-1/+1
2017-09-29Remove cleanup from display_gdb_promptTom Tromey1-16/+9
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-47/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves1-1/+1
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