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 Makefile.in NEWS cli-out.c u ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_0-branch
Changes by:	drow@sourceware.org	2003-07-02 20:52:34

Modified files:
	gdb            : ChangeLog Makefile.in NEWS cli-out.c ui-out.c 
	                 ui-out.h 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/mi         : ChangeLog mi-out.c 
	gdb/tui        : ChangeLog tui-out.c 
Added files:
	gdb/cli        : cli-logging.c 

Log message:
	./
	* cli/cli-logging.c: New file.
	* cli-out.c (struct ui_out_data): Add original_stream.
	(cli_redirect): New function.
	(cli_ui_out_impl): Add cli_redirect.
	(cli_out_new): Initialize original_stream.
	* ui-out.c (default_ui_out_impl): Add NULL for redirect member.
	(uo_redirect, ui_out_redirect): New.
	* ui-out.h (struct ui_out_impl): Add redirect member.
	(redirect_ftype): New.
	(ui_out_redirect): Add prototype.
	* Makefile.in: Add rules for cli-logging.c.
	* NEWS: Mention "set logging".
	mi/
	* mi-out.c (mi_ui_out_impl): Add NULL for redirect member.
	tui/
	* tui-out.c (tui_ui_out_impl): Add NULL for redirect member.
	doc/
	* gdb.texinfo (Logging output): New chapter.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.4439.2.33&r2=1.4439.2.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.410.2.1&r2=1.410.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.110.2.1&r2=1.110.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli-out.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.16&r2=1.16.26.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ui-out.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.27&r2=1.27.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ui-out.h.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.17&r2=1.17.30.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-logging.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=NONE&r2=1.2.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.327.2.2&r2=1.327.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.166.2.2&r2=1.166.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.111&r2=1.111.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-out.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.26&r2=1.26.26.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.116&r2=1.116.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tui-out.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.5&r2=1.5.24.1


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