summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-77/+1
* Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner2023-02-271-3/+10
* QUIT processing w/ explicit throw for gdb_exception_forced_quitKevin Buettner2023-02-271-0/+2
* Don't use struct buffer in event-top.cTom Tromey2023-02-241-14/+6
* gdb/tui: disable tui mode when an assert triggersAndrew Burgess2023-01-271-0/+8
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-59/+51
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-2/+1
* Fix control-c handling on WindowsTom Tromey2022-12-131-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* Make stdin_event_handler staticTom Tromey2022-09-201-1/+1
* [gdb] Handle pending ^C after rl_callback_read_charTom de Vries2022-09-161-0/+16
* Fix interpreter-exec crashTom Tromey2022-08-311-2/+4
* Remove a ui-related memory leakTom Tromey2022-08-311-11/+0
* Remove the "for moment" commentsTom Tromey2022-08-311-2/+2
* Remove some dead codeTom Tromey2022-08-311-13/+0
* Let ui::input_fd be -1Tom Tromey2022-08-311-3/+5
* 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