binutils-gdb/gdb/testsuite
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
..
config gdb/testsuite/ 2005-04-08 12:57:00 +00:00
gdb.ada * gdb.ada/exec_changed/first.adb: New file. 2005-03-08 22:19:15 +00:00
gdb.arch * gdb.arch/alpha-step.c: New file. 2005-05-29 01:58:53 +00:00
gdb.asm * gdb.asm/asm-source.exp: Add h8300 to supported targets. 2005-04-29 14:22:28 +00:00
gdb.base * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for 2005-06-29 15:01:49 +00:00
gdb.cp * ChangeLog: Correct some 2003-01-13 dates. 2005-04-27 16:35:15 +00:00
gdb.disasm
gdb.dwarf2 * gdb.dwarf2/dup-psym.S: New file. 2005-03-09 05:58:45 +00:00
gdb.fortran * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five 2005-07-06 06:11:54 +00:00
gdb.gdb
gdb.hp
gdb.java
gdb.mi Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
gdb.objc
gdb.server gdb/ 2005-04-11 14:13:14 +00:00
gdb.stabs
gdb.threads * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*. 2005-05-04 21:21:42 +00:00
gdb.trace * ChangeLog: Correct some 2003-01-13 dates. 2005-04-27 16:35:15 +00:00
lib 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com> 2005-05-18 03:41:59 +00:00
.gdbinit
ChangeLog Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
Makefile.in gdb/ 2005-04-11 14:13:14 +00:00
TODO
aclocal.m4
configure gdb/ 2005-04-11 14:13:14 +00:00
configure.ac gdb/ 2005-04-11 14:13:14 +00:00