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 interps.c Makefile.in wrappe ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kseitz_interps-20020528-branch
Changes by:	kseitz@sources.redhat.com	2002-10-01 09:19:08

Modified files:
	gdb            : ChangeLog interps.c Makefile.in wrapper.c 
	                 wrapper.h 
	gdb/cli        : cli-interp.c 

Log message:
	* interps.c (interpreter_exec_cmd): Remove mention of "mi" in
	error message.
	
	* cli/cli-interp.c (do_captured_execute_command): New function.
	(safe_execute_command): New function.
	* Makefile.in (cli-interp.c): Depend on top_h.
	* wrapper.c (do_captured_execute_command): Moved to cli/cli-interp.c.
	(gdb_execute_command): Removed.
	* wrapper.h (gdb_execute_command): Removed.

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.22&r2=1.2708.2.23
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.6&r2=1.1.2.7
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.7&r2=1.200.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.14.8.1&r2=1.14.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.h.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.12.8.1&r2=1.12.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-interp.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.4&r2=1.1.2.5


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