aboutsummaryrefslogtreecommitdiff
path: root/gdb/inflow.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Remove info_terminal_command declaration, make definition staticSimon Marchi1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey1-0/+2
2019-05-28Suppress SIGTTOU when handling errorsAlan Hayward1-29/+0
2019-05-08Convert inflow to type-safe registry APITom Tromey1-37/+18
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-4/+2
2018-10-23Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new (PR 23368)Simon Marchi1-0/+16
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-2/+4
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-0/+6
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-100/+308
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-16gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves1-17/+33
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-06Simplify child_terminal_inferiorPedro Alves1-17/+5
2017-11-06Don't set terminal flags twice in a rowPedro Alves1-9/+0
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-67/+21
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-22Rename some command functionsSimon Marchi1-2/+2
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior1-61/+3
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior1-0/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-23Fix PR20494 - User input stops being echoed in CLIPedro Alves1-44/+24
2016-07-14Add one use of ATTRIBUTE_UNUSEDTom Tromey1-1/+1
2016-06-21Make stdin be per UIPedro Alves1-35/+0
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-10/+10
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-01-07Trivially tweak the comment documenting initial_gdb_ttystatePatrick Palka1-2/+2
2015-01-07Empty line after comment documenting set_initial_gdb_ttystate.Joel Brobecker1-0/+1
2015-01-07Don't propagate our current terminal state to the inferiorPatrick Palka1-1/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-07-31 * inflow.c (child_terminal_inferior): Add comment.Doug Evans1-3/+14
2014-03-14Rename native-only terminal related functions.Pedro Alves1-19/+17
2014-02-19Add target_ops argument to to_terminal_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_save_oursTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_ours_for_outputTom Tromey1-1/+1