binutils-gdb/gdb/mi
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-1999-2003 Eliminate the old mi/tui specific ChangeLog files as in ... 2004-01-12 15:16:44 +00:00
gdb-mi.el Index: ChangeLog 2004-07-26 21:52:34 +00:00
mi-cmd-break.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-cmd-disas.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00
mi-cmd-env.c Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
mi-cmd-file.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00
mi-cmd-stack.c (mi_cmd_stack_info_frame): New function. 2005-06-19 03:11:47 +00:00
mi-cmd-var.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00
mi-cmds.c Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
mi-cmds.h Index: gdb/ChangeLog 2005-07-06 14:54:37 +00:00
mi-common.c This is a cleanup change. It is the beggining of allowing GDB/MI to be 2005-05-29 03:13:19 +00:00
mi-common.h This is a cleanup change. It is the beggining of allowing GDB/MI to be 2005-05-29 03:13:19 +00:00
mi-console.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-console.h 2003-02-05 Jim Ingham <jingham@apple.com> 2003-02-06 01:19:12 +00:00
mi-getopt.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-getopt.h Adding -file-list-exec-source-file command to MI 2003-04-02 22:10:35 +00:00
mi-interp.c 2005-04-26 Andrew Cagney <cagney@gnu.org> 2005-04-26 05:03:41 +00:00
mi-main.c (mi_cmd_data_list_register_values): Remove test for 2005-06-13 22:21:57 +00:00
mi-main.h Add missing files from last commit :-( 2003-02-06 05:30:17 +00:00
mi-out.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
mi-out.h 2002-09-29 Andrew Cagney <ac131313@redhat.com> 2002-09-30 20:18:52 +00:00
mi-parse.c 2003-08-04 Andrew Cagney <cagney@redhat.com> 2003-08-04 23:18:50 +00:00
mi-parse.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
mi-symbol-cmds.c 2005-02-10 Andrew Cagney <cagney@gnu.org> 2005-02-11 04:06:14 +00:00