summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand2011-03-041-5/+13
* fix typo during interactive_mode check in gdb_has_a_terminalJoel Brobecker2011-01-311-1/+1
* move handing of "set interactive-mode" to gdb_has_a_terminalJoel Brobecker2011-01-211-0/+36
* 2011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-101-2/+2
* 2011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-091-6/+6
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-2/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+1
* Multiexec MIVladimir Prus2010-02-241-2/+1
* 2010-01-21 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2010-01-211-1/+2
* Delete unused or undefined functions.Joel Brobecker2010-01-191-4/+0
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-43/+85
* * inflow.c (copy_terminal_info): Deep copy `run_terminal'.Pedro Alves2009-05-241-1/+2
* * inflow.c (kill_command): Delete left over static declaration.Pedro Alves2009-05-221-2/+0
* * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves2009-05-211-3/+2
* * inflow.c (kill_command): Moved to infcmd.c.Pedro Alves2009-05-191-37/+0
* * fork-child.c: Don't include frame.h. Include terminal.h.Pedro Alves2009-05-191-4/+31