binutils-gdb/gdb/doc
Bob Rossi 3cb3b8dfd1 Index: gdb/ChangeLog
+2005-07-06  Bob Rossi  <bob@brasko.net>
+
+	* fork-child.c (fork-inferior): Use accessor function for
+	inferior_io_terminal.
+	* infcmd.c (inferior_io_terminal): Make static.
+	(set_inferior_io_terminal): New function.
+	(get_inferior_io_terminal): Ditto.
+	(tty_command): Use accessor function.
+	(_initialize_infcmd): Add inferior_tty setshow variable.
+	(_initialize_infcmd): Remove tty command.
+	(_initialize_infcmd): Add a tty command that is an alias.
+	* inferior.h (set_inferior_io_terminal): New prototype.
+	(get_inferior_io_terminal): Ditto.
+	(new_tty_prefork): Add const qualifier to parameter.
+	* inflow.c (inferior_thisrun_terminal): Add const qualifier.
+	(new_tty_prefork): Add const qualifier to parameter.
+	* nto-procfs (procfs_create_inferior): Use accessor function.
+	(procfs_create_inferior): Add const qualifier to locals.
+	* win32-nat.c (child_create_inferior): Ditto.
+	* mi/mi-cmd-env.c (mi_cmd_inferior_tty_set): New function.
+	(mi_cmd_inferior_tty_set): Ditto.
+	* mi/mi-cmds.c (mi_cmds): Add inferior-tty-set and inferior-tty-show
+	* mi/mi-cmds.h (mi_cmd_inferior_tty_set): Add prototype.
+	(mi_cmd_inferior_tty_show): Ditto.

Index: gdb/doc/ChangeLog
+2005-07-06  Bob Rossi  <bob@brasko.net>
+
+	* gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
+	and -inferior-tty-show.
+	(Input/Output): Document "set/show inferior-tty" and tty alias.

Index: gdb/testsuite/ChangeLog
+2005-07-06  Bob Rossi  <bob@brasko.net>
+
+	* gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
+	command.
+	(Copyright): Update copyright.
2005-07-06 14:54:37 +00:00
..
ChangeLog Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
LRS
Makefile.in * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir). 2004-01-21 18:44:52 +00:00
a4rc.sed
agentexpr.texi 2003-08-04 Andrew Cagney <cagney@redhat.com> 2003-08-04 20:43:57 +00:00
all-cfg.texi
annotate.texinfo 2004-06-14 Andrew Cagney <cagney@gnu.org> 2004-06-14 22:26:34 +00:00
configure Index: ChangeLog 2005-01-07 21:53:26 +00:00
configure.ac Index: ChangeLog 2005-01-07 21:53:26 +00:00
fdl.texi 2004-02-24 Andrew Cagney <cagney@redhat.com> 2004-02-24 15:41:29 +00:00
gdb.texinfo Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
gdbint.texinfo Update copyright years. 2005-04-10 21:20:27 +00:00
gpl.texi
lpsrc.sed
observer.texi * doc/observer.texi (executable_changed): New observer. 2005-03-08 04:34:45 +00:00
psrc.sed
refcard.tex
stabs.texinfo 2004-09-21 Jason Molenda (jmolenda@apple.com) 2004-09-21 21:06:37 +00:00