This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog fork-child.c infcmd.c inferi ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	bobbybrasko@sourceware.org	2005-07-06 14:54:37

Modified files:
	gdb            : ChangeLog fork-child.c infcmd.c inferior.h 
	                 inflow.c nto-procfs.c win32-nat.c 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/mi         : mi-cmd-env.c mi-cmds.c mi-cmds.h 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.mi: mi-basics.exp 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7268&r2=1.7269
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.138&r2=1.139
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.71&r2=1.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inflow.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/nto-procfs.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/win32-nat.c.diff?cvsroot=src&r1=1.111&r2=1.112
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.513&r2=1.514
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.272&r2=1.273
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-env.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.h.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1127&r2=1.1128
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-basics.exp.diff?cvsroot=src&r1=1.9&r2=1.10


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]