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 Makefile.in breakpoint.c cli-out.h def ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	interps-20030202-branch
Changes by:	cagney@sourceware.org	2003-02-04 01:26:55

Modified files:
	gdb            : Makefile.in breakpoint.c cli-out.h defs.h 
	                 gdb-events.sh thread.c valops.c version.in 
	                 wrapper.c wrapper.h 
	gdb/mi         : mi-cmd-break.c mi-cmds.h mi-interp.c mi.h 
	gdb/testsuite/gdb.mi: ChangeLog mi-break.exp mi-cli.exp 
	                      mi-pthreads.exp mi-return.exp 
	                      mi-simplerun.exp mi-until.exp 
	                      mi-var-cmd.exp mi-var-display.exp 
	                      mi-watch.exp mi1-basics.exp mi1-break.exp 
	                      mi1-console.exp mi1-hack-cli.exp 
	                      mi1-return.exp mi1-simplerun.exp 
	                      mi1-stack.exp mi1-until.exp 
	                      mi1-var-child.exp mi1-var-cmd.exp 
	                      mi1-var-display.exp 
	gdb/testsuite/lib: mi-support.exp 

Log message:
	Kill off anything not directly related to the CLI command.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.323.2.2&r2=1.323.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.107.2.1&r2=1.107.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli-out.h.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.30.1&r2=1.2.30.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.111.2.1&r2=1.111.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb-events.sh.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.16.6.1&r2=1.16.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/thread.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.27.2.1&r2=1.27.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.89.2.1&r2=1.89.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.599.2.1&r2=1.599.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.14.22.1&r2=1.14.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.h.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.12.22.1&r2=1.12.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-break.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.8.20.1&r2=1.8.20.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmds.h.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.6.4.1&r2=1.6.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-interp.c.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mi/mi.h.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/ChangeLog.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.31.4.1&r2=1.31.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-break.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.5.30.1&r2=1.5.30.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-cli.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-pthreads.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.6.2.1&r2=1.6.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-return.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.9.4.1&r2=1.9.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-simplerun.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.10.8.1&r2=1.10.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-until.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.7.22.1&r2=1.7.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-cmd.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.15.4.1&r2=1.15.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-display.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.9.2.1&r2=1.9.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-watch.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.9.4.1&r2=1.9.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-basics.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-break.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-console.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.5.2.1&r2=1.5.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-hack-cli.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-return.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.4.4.1&r2=1.4.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-simplerun.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-stack.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.4.4.1&r2=1.4.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-until.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-var-child.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-var-cmd.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.4.4.1&r2=1.4.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi1-var-display.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/mi-support.exp.diff?cvsroot=src&only_with_tag=interps-20030202-branch&r1=1.21.2.2&r2=1.21.2.3


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