summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
Commit message (Expand)AuthorAgeFilesLines
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove info_terminal_command declaration, make definition staticSimon Marchi2019-11-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add new GCC 9 warnings to warnings.m4Tom Tromey2019-05-291-0/+2
* Suppress SIGTTOU when handling errorsAlan Hayward2019-05-281-29/+0
* Convert inflow to type-safe registry APITom Tromey2019-05-081-37/+18
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-4/+2
* Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi2018-10-231-0/+16
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-2/+4
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-0/+6
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-100/+308
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves2017-11-161-17/+33
* Constify add_infoTom Tromey2017-11-071-1/+1
* Simplify child_terminal_inferiorPedro Alves2017-11-061-17/+5
* Don't set terminal flags twice in a rowPedro Alves2017-11-061-9/+0
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-061-67/+21
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Rename some command functionsSimon Marchi2017-08-221-2/+2
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-61/+3
* Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior2017-04-121-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR20494 - User input stops being echoed in CLIPedro Alves2016-08-231-44/+24
* Add one use of ATTRIBUTE_UNUSEDTom Tromey2016-07-141-1/+1
* Make stdin be per UIPedro Alves2016-06-211-35/+0
* Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard2016-01-261-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-10/+10
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka2015-01-071-2/+2
* Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker2015-01-071-0/+1
* Don't propagate our current terminal state to the inferiorPatrick Palka2015-01-071-1/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix terminal state corruption when starting a program from within TUIPatrick Palka2014-08-271-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* * inflow.c (child_terminal_inferior): Add comment.Doug Evans2014-07-311-3/+14
* Rename native-only terminal related functions.Pedro Alves2014-03-141-19/+17
* Add target_ops argument to to_terminal_infoTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_save_oursTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_oursTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_ours_for_outputTom Tromey2014-02-191-1/+1