This is the mail archive of the gdb-cvs@sourceware.org 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.codito arc-jtag-ops.c arc-jt ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	arc-insight_6_8-branch
Changes by:	amylaar@sourceware.org	2009-03-09 21:07:41

Added files:
	gdb            : ChangeLog.codito arc-jtag-ops.c arc-jtag-ops.h 
	                 arc-jtag-tdep.c arc-jtag.c arc-jtag.h 
	                 arc-linux-tdep.c arc-regnums-defs.h arc-tdep.c 
	                 arc-tdep.h gpio.h 
	gdb/doc        : ChangeLog.codito arc.texi 
	gdb/gdbserver  : ChangeLog.codito linux-arc-low.c 
	gdb/regformats : reg-arc.dat 
	gdb/testsuite  : ChangeLog.codito 
	gdb/testsuite/config: arc-jtag.exp remote-gdbserver.exp 
	gdb/testsuite/gdb.arch: arc-step-jtag.exp arc-step-jtag.s 
	                        arc-step.exp arc-step.s 
	gdb/testsuite/gdb.asm: arc.inc 
	gdb/testsuite/lib: arc-gdbserver.exp arc-jtag.exp 
	                   telnet-exec.exp 

Log message:
	Check in ARCompact simulator.  A valid configuration is arc-elf.
	This is not quite finished and has most likely a few files that are
	obsolete & not used, but it's good enough to run gcc regression tests.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.codito.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-jtag-ops.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-jtag-ops.h.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-jtag-tdep.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-jtag.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-jtag.h.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-linux-tdep.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-regnums-defs.h.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-tdep.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.14.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/arc-tdep.h.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gpio.h.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.codito.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doc/arc.texi.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.codito.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-arc-low.c.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/regformats/reg-arc.dat.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.codito.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/config/arc-jtag.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/config/remote-gdbserver.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.arch/arc-step-jtag.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.arch/arc-step-jtag.s.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.arch/arc-step.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.arch/arc-step.s.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.asm/arc.inc.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/arc-gdbserver.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/arc-jtag.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/telnet-exec.exp.diff?cvsroot=src&only_with_tag=arc-insight_6_8-branch&r1=NONE&r2=1.1.2.1


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