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 gdb-events.c gdb ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kseitz_interps-20020528-branch
Changes by:	kseitz@sources.redhat.com	2002-06-24 16:59:59

Modified files:
	gdb            : ChangeLog Makefile.in gdb-events.c gdb-events.h 
	                 gdb-events.sh cli-out.c cli-out.h interps.c 

Log message:
	* Makefile.in (interps.o): Add gdb-events.h as a dependency.
	
	* gdb-events.sh (clear_gdb_event_hooks): New function.
	* gdb-events.c: Regenerate.
	* gdb-events.h: Regenerate.
	
	* cli-out.h (cli_out_set_stream): New function.
	* cli-out.c (cli_out_set_stream): New function.
	
	* interps.c: Include gdb-events.h.
	(clear_interpreter_hooks): Also clear out event handlers.
	(gdb_set_interpreter): Clear out any hooks/event handlers that
	may have been installed by old interpreter.
	
	* cli/cli-interp.c (cli_interpreter_exec): Set the stream for the
	cli's uiout to gdb_stdout, which has probably changed from it's
	initialization. Restore the original stream when we're done executing
	in the interpreter.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.2708.2.3&r2=1.2708.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.200.2.2&r2=1.200.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb-events.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.9&r2=1.9.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb-events.h.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.7&r2=1.7.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb-events.sh.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.12&r2=1.12.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli-out.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.14&r2=1.14.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli-out.h.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.2&r2=1.2.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/interps.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.1&r2=1.1.2.2


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