summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
Commit message (Expand)AuthorAgeFilesLines
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+2
* Remove ui_register_input_event_handlerTom Tromey2022-07-181-10/+10
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-241-13/+0
* gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess2022-04-221-12/+56
* gdb: improved EOF handling when using readline 7Andrew Burgess2022-04-221-1/+2
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+2
* Only have one API for unfiltered outputTom Tromey2022-03-291-5/+1
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-1/+1
* gdb: work around prompt corruption caused by bracketed-paste-modeAndrew Burgess2022-03-161-1/+19
* gdb: convert callback_handler_installed from int to boolAndrew Burgess2022-02-161-3/+3
* gdb: unbuffer all input streams when not using readlineAndrew Burgess2022-02-071-8/+11
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-1/+1
* Send some error output to gdb_stderrTom Tromey2022-01-251-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-7/+5
* gdb: use libbacktrace to create a better backtrace for fatal signalsAndrew Burgess2021-09-281-40/+7
* gdb: register SIGBUS, SIGFPE, and SIGABRT handlersAndrew Burgess2021-08-111-1/+16
* gdb: print backtrace on fatal SIGSEGVAndrew Burgess2021-08-111-11/+129
* gdb: rename async_init_signals to gdb_init_signalsAndrew Burgess2021-08-111-27/+14
* gdb: register signal handler after setting up event tokenAndrew Burgess2021-08-111-3/+5
* gdb: terminate upon receipt of SIGFPEAndrew Burgess2021-08-111-24/+1
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-1/+0
* Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger2021-03-121-2/+21
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-5/+5
* gdb: add debug prints in event loopSimon Marchi2020-10-021-1/+51
* gdb: give names to async event/signal handlersSimon Marchi2020-10-021-7/+7
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-1/+2
* 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