old-cross-binutils/gdb/testsuite
Ulrich Weigand 23d964e7b6 * target.h (enum target_object): Add TARGET_OBJECT_SPU.
* spu-linux-nat.c (spu_xfer_partial): Handle TARGET_OBJECT_SPU.

	* spu-tdep.h (SPU_NUM_PSEUDO_REGS): Add 5 pseudo registers.
	(enum spu_regnum): Add SPU_FPSCR_REGNUM, SPU_SRR0_REGNUM,
	SPU_LSLR_REGNUM, SPU_DECR_REGNUM, SPU_DECR_STATUS_REGNUM.
	* spu-tdep.c (infospucmdlist): New variable.
	(spu_register_name): Handle additional pseudo registers.
	(spu_register_type): Likewise.
	(spu_pseudo_register_read): Likewise.
	(spu_pseudo_register_write): Likewise.
	(spu_pseudo_register_read_spu): New function.
	(spu_pseudo_register_write_spu): Likewise.
	(info_spu_event_command): New function.
	(info_spu_signal_command): Likewise.
	(info_spu_mailbox_list): Likewise.
	(info_spu_mailbox_command): Likewise.
	(spu_mfc_get_bitfield): Likewise.
	(info_spu_dma_cmdlist): Likewise.
	(info_spu_dma_command): Likewise.
	(info_spu_proxydma_command): Likewise.
	(info_spu_command): Likewise.
	(_initialize_spu_tdep): Install "info spu" commands.

testsuite/ChangeLog:

	* gdb.arch/spu-info.exp: New testcase.
	* gdb.arch/spu-info.c: New file.

doc/ChangeLog:

	* gdb.texinfo (Architectures): Add new SPU section to document
	Cell Broadband Engine SPU architecture specific commands.
2007-06-12 14:35:26 +00:00
..
config * config/unknown.exp: Remove. 2007-05-15 17:06:41 +00:00
gdb.ada * gdb.ada/exec_changed.exp: Avoid "set confirm off". 2007-03-27 18:47:58 +00:00
gdb.arch * target.h (enum target_object): Add TARGET_OBJECT_SPU. 2007-06-12 14:35:26 +00:00
gdb.asm * MAINTAINERS: Remove d10v entry. 2007-03-30 17:21:48 +00:00
gdb.base * gdb.base/sigbpt.exp: Preset segv_addr. 2007-05-17 12:09:31 +00:00
gdb.cp * Makefile.in (c-lang.o, gnu-v3-abi.o): Update. 2007-05-07 11:49:05 +00:00
gdb.disasm Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.dwarf2 * gdb.dwarf2/dw2-noloc.S: New file. 2007-03-29 19:03:56 +00:00
gdb.fortran * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files. 2007-05-07 01:11:31 +00:00
gdb.gdb * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well 2007-03-12 21:58:19 +00:00
gdb.hp Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.java * jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of 2007-05-14 16:44:27 +00:00
gdb.mi 2007-05-14 Denis Pilat <denis.pilat@st.com> 2007-05-14 08:14:05 +00:00
gdb.objc * config/gdbserver.exp (gdbserver_gdb_load): Update argument list. 2007-03-27 17:59:38 +00:00
gdb.server * config/gdbserver.exp (gdbserver_gdb_load): Update argument list. 2007-03-27 17:59:38 +00:00
gdb.stabs Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.threads * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also. 2007-05-14 16:56:07 +00:00
gdb.trace Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
gdb.xml * gdb.xml/tdesc-arch.exp: Test is unsupported on target with 2007-03-09 00:14:07 +00:00
lib * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer. 2007-05-23 12:41:14 +00:00
.gdbinit
aclocal.m4 gdb/ 2006-06-21 13:57:21 +00:00
ChangeLog * target.h (enum target_object): Add TARGET_OBJECT_SPU. 2007-06-12 14:35:26 +00:00
configure * Makefile.in (ALL_SUBDIRS): Add gdb.xml. 2007-01-23 17:11:55 +00:00
configure.ac * Makefile.in (ALL_SUBDIRS): Add gdb.xml. 2007-01-23 17:11:55 +00:00
Makefile.in Add "make pdf" and "make install-pdf", from Brooks Moses 2007-03-27 18:09:36 +00:00
TODO