gdb: register signal handler after setting up event token
[binutils-gdb.git] / gdb / event-top.c
2021-08-11 Andrew Burgessgdb: register signal handler after setting up event...
2021-08-11 Andrew Burgessgdb: terminate upon receipt of SIGFPE
2021-04-22 Tankut Baris Aktemurgdb/continuations: turn continuation functions into...
2021-03-12 Christian BiesingerUse RAII to set the per-thread SIGSEGV handler
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-02 Simon Marchigdb: add debug prints in event loop
2020-10-02 Simon Marchigdb: give names to async event/signal handlers
2020-10-02 Simon Marchigdb: give names to event loop file handlers
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13 Tom TromeyIntroduce async-event.[ch]
2020-04-13 Tom TromeyMove gdb_select.h to gdbsupport/
2020-02-07 Iain BuclawMake gdb_flush also flush the wrap buffer
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-13 Tom TromeySilence ARI for valid calls to abort
2019-11-26 Tom TromeyIntroduce thread-safe way to handle SIGSEGV
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-31 Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-05-28 Alan HaywardSuppress SIGTTOU when handling errors
2019-04-25 Tom TromeyFix memory leak in exception code
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyMake SJLJ exceptions more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-21 Philippe WaroquiersFix leak in event-top.c history expansion
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-30 Tom TromeyChange input_handler to take a unique_xmalloc_ptr
2018-03-19 Tom TromeyConvert observers to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Joel Brobeckerfix "server" command prefix handling (unexpected confir...
2017-11-07 Tom TromeyConstify execute_command
2017-11-06 Pedro AlvesEliminate STOP_SIGNAL, use SIGTSTP directly
2017-10-03 Tom TromeyRemove make_delete_ui_cleanup
2017-09-30 Tom TromeyRemove cleanup from display_gdb_prompt
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: execute_command calls with string...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-20 Pedro AlvesFix longjmp across readline w/ --enable-sjlj-exceptions...
2016-10-21 Tom TromeyChange command stats reporting to use class
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-09-06 Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-08-09 Pedro AlvesFix PR gdb/20418 - Problems with synchronous commands...
2016-06-21 Pedro AlvesMake stdin be per UI
2016-06-21 Pedro AlvesHandle UI's terminal closing
2016-06-21 Pedro AlvesMake main_ui be heap allocated
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesSimplify starting the command event loop
2016-06-21 Pedro AlvesAlways process target events in the main UI
2016-06-21 Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21 Pedro AlvesMake out and error streams be per UI
2016-06-21 Pedro AlvesMake input_fd be per UI
2016-06-21 Pedro AlvesMake instream be per UI
2016-06-21 Pedro AlvesAlways run async signal handlers in the main UI
2016-06-21 Pedro AlvesMake the intepreters output to all UIs
2016-06-21 Pedro AlvesIntroduce "struct ui"
2016-04-22 Pedro AlvesPropagate GDB/C++ exceptions across readline using...
2016-04-22 Pedro AlvesRename rl_callback_read_char_wrapper -> gdb_rl_callback...
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12 Pedro AlvesEliminate immediate_quit
2016-04-12 Pedro Alvestarget remote: Don't rely on immediate_quit (introduce...
2016-04-12 Pedro AlvesDon't call clear_quit_flag in command_handler
2016-04-12 Pedro AlvesIntroduce interruptible_select
2016-04-12 Pedro AlvesFix signal handler/event-loop races
2016-04-12 Pedro AlvesDon't set immediate_quit in prompt_for_continue
2016-03-09 Pedro AlvesCommand line input handling TLC
2016-03-09 Pedro AlvesSimplify saved_command_line handling
2016-03-09 Pedro AlvesUse struct buffer in gdb_readline_no_editing_callback
2016-03-09 Pedro AlvesEliminate async_annotation_suffix
2016-03-09 Pedro Alvesgdb_readline2 -> gdb_readline_no_editing_callback
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-19 Sandra LoosemoreReset pagination counts even when stdin is not a tty.
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-09 Pedro AlvesGarbage collect thread continuations
2015-07-27 Patrick PalkaHave SIGTERM promptly quit GDB even when the dummy...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-12 Patrick PalkaAppend to input history file instead of overwriting it
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15 Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-11-23 Patrick PalkaFix the processing of Meta-key commands in TUI
2014-10-29 Pedro AlvesPR python/17372 - Python hangs when displaying help()
2014-10-29 Pedro AlvesFix uninitialized value access when very first GDB...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-05-29 Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-03-18 Jan KratochvilFix SIGTERM signal safety (PR gdb/15358).
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-06 Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-09-06 Andrew BurgessGive every interpreter a command_loop_proc.
2013-08-28 Yao Qigdb/
2013-05-05 Jan Kratochvilgdb/
next