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 main.c top.c gdb ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_3-branch
Changes by:	cagney@sources.redhat.com	2002-09-28 08:10:34

Modified files:
	gdb            : ChangeLog Makefile.in main.c top.c 
	gdb/gdbtk      : ChangeLog 
	gdb/testsuite/gdb.gdbtk: ChangeLog 
	gdb/testsuite/lib: insight-support.exp 
Added files:
	gdb            : gdb.c main.h 
	gdb/gdbtk/generic: gdbtk-main.c 

Log message:
	2002-09-28  Andrew Cagney  <ac131313@redhat.com>
	
	Import from mainline:
	
	From Grace Sainsbury <graces@redhat.com>:
	* Makefile.in (gdbtk-main.o): New target.
	(gdb.o): New target.
	(main_h): Define.
	(main.o): Update dependencies.
	(gdb$(EXEEXT)): Add gdb.o.
	(SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
	(SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
	(SUBDIR_GDBTK_CLEAN): Set.
	(install-gdbtk): Install the insight binary.
	(uninstall-gdbtk): New target.
	(all-gdbtk, clean-gdbtk): New rule.
	* top.c (use_windows): Default to zero.
	* main.c: Include "main.h".
	(main): Delete.
	(struct captured_main_args): Delete.
	(gdb_main): New function.
	* main.h: New file.
	* gdb.c: New File.
	
	Index: gdbtk/ChangeLog
	2002-09-26  Andrew Cagney  <ac131313@redhat.com>
	
	Import from mainline:
	
	From Grace Sainsbury <graces@redhat.com>:
	* generic/gdbtk-main.c: New file.
	
	Index: testsuite/gdb.gdbtk/ChangeLog
	2002-09-28  Andrew Cagney  <ac131313@redhat.com>
	
	Import from mainline:
	2002-09-26  Keith Seitz  <keiths@redhat.com>
	* lib/insight-support.exp (gdbtk_start): Figure out where
	the insight executable is based on where gdb is. Use this
	executable to start insight instead of gdb.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdb.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/main.h.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.3181.2.16&r2=1.3181.2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.257&r2=1.257.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/main.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.18.6.1&r2=1.18.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.66.6.1&r2=1.66.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.238&r2=1.238.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-main.c.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.gdbtk/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.12&r2=1.12.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/insight-support.exp.diff?cvsroot=src&only_with_tag=gdb_5_3-branch&r1=1.5&r2=1.5.14.1


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