summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
Commit message (Expand)AuthorAgeFilesLines
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.users/palves/per-inf-thread-listPedro Alves2018-10-011-4/+2
* 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
* Add target_ops argument to to_terminal_inferiorTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_initTom Tromey2014-02-191-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Simplify REGISTRY cleanup usagesYao Qi2013-10-291-8/+4
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-2/+2
* GDB kills itself instead of interrupting inferiorPedro Alves2013-07-261-7/+10
* * go32-nat.c (go32_terminal_info): Make 'args' const.Tom Tromey2013-05-141-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-1/+1