binutils-gdb/gdb/testsuite/gdb.cp
Ulrich Weigand abf516c693 Remove Cell Broadband Engine debugging support
This patch implements removal of Cell/B.E. support, including
- Support for the spu-*-* target
- Support for native stand-alone SPU debugging
- Support for integrated debugging of combined PPU/SPU applications
- Remote debugging (gdbserver) support for all the above.

The patch also removes the TARGET_OBJECT_SPU target object type,
as this is available only on Cell/B.E. targets, including
- Native Linux support
- Core file support (including core file generation)
- Remote target support, including removal of the qXfer:spu:read
  and qXfer:spu:write remote protocal packets and associated
  support in gdbserver.

gdb/ChangeLog
2019-09-20  Ulrich Weigand  <uweigand@de.ibm.com>

	* NEWS: Mention that Cell/B.E. debugging support was removed.
	* MAINTAINERS: Remove spu target.

	* config/djgpp/fnchange.lst: Remove entries for removed files.

	* Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
	spu-multiarch.o, and spu-tdep.o.
	(HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
	(ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
	spu-multiarch.c, and spu-tdep.c.
	* spu-linux-nat.c: Remove file.
	* spu-multiarch.c: Remove file.
	* spu-tdep.c: Remove file.
	* spu-tdep.h: Remove file.
	* solib-spu.c: Remove file.
	* solib-spu.h: Remove file.

	* configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
	* configure.nat (spu-linux): Remove.
	* configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
	solib-multiarch.o from gdb_target_obs.
	(spu*-*-*): Remove.

	* arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
	feature flag.
	(ppc_linux_no_features): Update.
	* arch/ppc-linux-common.c (ppc_linux_match_description): Remove
	Cell/B.E. support.
	* arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
	(tdesc_powerpc_cell64l): Likewise.
	* nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
	* ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
	Cell/B.E. support.
	* ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
	Do not include "features/rs6000/powerpc-cell32l.c" or
	"features/rs6000/powerpc-cell64l.c".
	(ppc_linux_spu_section): Remove.
	(ppc_linux_core_read_description): Remove Cell/B.E. support.
	(spe_context_objfile, spe_context_lm_addr, spe_context_offset,
	spe_context_cache_ptid, spe_context_cache_ptid): Remove.
	(ppc_linux_spe_context_lookup): Remove.
	(ppc_linux_spe_context_inferior_created): Remove.
	(ppc_linux_spe_context_solib_loaded): Remove.
	(ppc_linux_spe_context_solib_unloaded): Remove.
	(ppc_linux_spe_context): Remove.
	(struct ppu2spu_cache): Remove.
	(ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
	(struct ppu2spu_data): Remove.
	(ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
	ppu2spu_unwind): Remove.
	(ppc_linux_init_abi): Remove Cell/B.E. support.
	* rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.

	* features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
	(rs6000/powerpc-cell64l-expedite): Likewise
	(WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
	(XMLTOC): Remove rs6000/powerpc-cell32l.xml and
	rs6000/powerpc-cell64l.xml.
	* features/rs6000/powerpc-cell32l.xml: Remove.
	* features/rs6000/powerpc-cell64l.xml: Likewise.
	* features/rs6000/powerpc-cell32l.c: Remove generated file.
	* features/rs6000/powerpc-cell64l.c: Likewise.
	* regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
	* regformats/rs6000/powerpc-cell64l.dat: Likewise.
	* regformats/reg-spu.dat: Remove.

	* target.h (enum target_object): Remove TARGET_OBJECT_SPU.
	* corelow.c (struct spuid_list): Remove.
	(add_to_spuid_list): Remove.
	(core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
	* remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
	(remote_protocol_features): Remove associated entries.
	(_initialize_remote): No longer initialize them.
	(remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
	* linux-nat.c (SPUFS_MAGIC): Remove.
	(linux_proc_xfer_spu): Remove.
	(spu_enumerate_spu_ids): Remove.
	(linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
	* linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
	(linux_make_corefile_notes): No longer call it.

	* regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
	(cooked_write_test): Likewise.

gdb/doc/ChangeLog
2019-09-20  Ulrich Weigand  <uweigand@de.ibm.com>

	* doc/gdb.texinfo (Remote Configuration): Remove documentation for
	qXfer:spu:read and qXfer:spu:write.
	(General Query Packets): Likewise.
	(Cell Broadband Engine SPU architecture): Remove subsection.

gdb/gdbserver/ChangeLog
2019-09-20  Ulrich Weigand  <uweigand@de.ibm.com>

	* configure.srv (ipa_ppc_linux_regobj): Remove powerpc-cell32l-ipa.o
	and powerpc-cell64l-ipa.o.
	(powerpc*-*-linux*): Remove powerpc-cell32l.o and powerpc-cell64l.o
	from srv_regobj.  Remove rs6000/powerpc-cell32l.xml and
	rs6000/powerpc-cell64l.xml from srv_xmlfiles.
	(spu*-*-*): Remove.

	* spu-low.c: Remove file.

	* linux-ppc-low.c (INSTR_SC, NR_spu_run): Remove.
	(parse_spufs_run): Remove.
	(ppc_get_pc): Remove Cell/B.E. support.
	(ppc_set_pc): Likewise.
	(ppc_breakpoint_at): Likewise.
	(ppc_arch_setup): Likewise.
	(ppc_get_ipa_tdesc_idx): Do not handle tdesc_powerpc_cell64l or
	tdesc_powerpc_cell32l.
	(initialize_low_arch): Do not call init_registers_powerpc_cell64l
	or init_registers_powerpc_cell32l.
	* linux-ppc-ipa.c (get_ipa_tdesc): Do not handle PPC_TDESC_CELL.
	(initialize_low_tracepoint): Do not call init_registers_powerpc_cell64l
	or init_registers_powerpc_cell32l.
	* linux-ppc-tdesc-init.h (PPC_TDESC_CELL): Mark as unused.
	(init_registers_powerpc_cell32l): Remove prototype.
	(init_registers_powerpc_cell64l): Likewise.

	* target.h (struct target_ops): Remove qxfer_spu member.
	* server.c (handle_qxfer_spu): Remove.
	(qxfer_packets): Remove entry for "spu".
	(handle_query): No longer support qXfer:spu:read or qXfer:spu:write.
	* linux-low.c (SPUFS_MAGIC): Remove.
	(spu_enumerate_spu_ids): Remove.
	(linux_qxfer_spu): Remove.
	(linux_target_ops): Remove qxfer_spu member.
	* lynx-low.c (lynx_target_ops): Remove qxfer_spu member.
	* nto-low.c (nto_target_ops): Remove qxfer_spu member.
	* win32-low.c (win32_target_ops): Remove qxfer_spu member.

gdb/testsuite/ChangeLog
2019-09-20  Ulrich Weigand  <uweigand@de.ibm.com>

	* gdb.arch/spu-info.exp: Remove file.
	* gdb.arch/spu-info.c: Remove file.
	* gdb.arch/spu-ls.exp: Remove file.
	* gdb.arch/spu-ls.c: Remove file.

	* gdb.asm/asm-source.exp: Remove support for spu*-*-*.
	* gdb.asm/spu.inc: Remove file.

	* gdb.base/dump.exp: Remove support for spu*-*-*.
	* gdb.base/stack-checking.exp: Likewise.
	* gdb.base/overlays.exp: Likewise.
	* gdb.base/ovlymgr.c: Likewise.
	* gdb.base/spu.ld: Remove file.

	* gdb.cp/bs15503.exp: Remove support for spu*-*-*.
	* gdb.cp/cpexprs.exp: Likewise.
	* gdb.cp/exception.exp: Likewise.
	* gdb.cp/gdb2495.exp: Likewise.
	* gdb.cp/mb-templates.exp: Likewise.
	* gdb.cp/pr9167.exp: Likewise.
	* gdb.cp/userdef.exp: Likewise.

	* gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.

	* gdb.cell: Remove directory.
	* lib/cell.exp: Remove file.
2019-09-20 23:06:57 +02:00
..
abstract-origin.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
abstract-origin.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
align.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ambiguous.cc
ambiguous.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
annota2.cc
annota2.exp gdb: Don't allow annotations to influence what else GDB prints 2019-06-15 21:39:06 +01:00
annota3.cc
annota3.exp gdb: Don't allow annotations to influence what else GDB prints 2019-06-15 21:39:06 +01:00
anon-ns.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
anon-ns.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
anon-ns2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
anon-struct.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
anon-struct.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
anon-union.cc
anon-union.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arg-reference.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
arg-reference.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
baseenum.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
baseenum.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bool.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bool.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
breakpoint.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
breakpoint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bs15503.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
bs15503.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
call-c-1.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
call-c.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
call-c.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
casts.cc
casts.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
casts03.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
chained-calls.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
chained-calls.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
class2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
class2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
classes.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
classes.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cmpd-minsyms.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cmpd-minsyms.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
constexpr-field.cc Fix crash in cp_print_value_fields 2019-05-29 09:44:09 -06:00
constexpr-field.exp Fix two buglets in cp_print_value_fields patch 2019-06-27 07:51:52 -06:00
converts.cc
converts.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cp-relocate.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cp-relocate.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cpcompletion.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cpexprs.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cpexprs.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
cplabel.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cplabel.exp un-XFAIL under Clang tests using labels 2019-09-06 14:17:36 -07:00
cplusfuncs.cc
cplusfuncs.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cpsizeof.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cpsizeof.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ctti.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cttiadd.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cttiadd1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cttiadd2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
cttiadd3.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
debug-expr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
demangle.exp gdb: Remove support for old mangling schemes 2019-01-09 12:58:05 -05:00
derivation.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
derivation.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
derivation2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
destrprint.cc
destrprint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dispcxx.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
dispcxx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ena-dis-br-range.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ena-dis-br-range.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
enum-class.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
enum-class.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
except-multi-location-lib.cc Fix "info break" + "catch catch" + -static-{libstdc++,libgcc} 2019-07-09 19:26:15 +01:00
except-multi-location-main.cc Fix "info break" + "catch catch" + -static-{libstdc++,libgcc} 2019-07-09 19:26:15 +01:00
except-multi-location.exp "catch catch/throw/rethrow", breakpoint -> catchpoint 2019-07-09 19:34:18 +01:00
exception.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exception.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
exceptprint.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
exceptprint.exp [gdb/testsuite] Make skip_libstdcxx_probe_tests return 1 if true 2019-08-26 18:48:02 +02:00
expand-psymtabs-cxx.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expand-psymtabs-cxx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expand-sals.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
expand-sals.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
extern-c.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
extern-c.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
filename.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
filename.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
formatted-ref.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
formatted-ref.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
fpointer.cc
fpointer.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb1355.cc
gdb1355.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2384-base.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2384-base.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2384.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2384.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2495.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
gdb2495.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
hang.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
hang.H
hang1.cc
hang2.cc
hang3.cc
impl-this.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
impl-this.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
includefile Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-dlopen-lib.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-dlopen.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-dlopen.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-nodebug-lib.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-nodebug-main.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
infcall-nodebug.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
inherit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
iostream.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
iostream.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
koenig.cc
koenig.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
local-static.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
local-static.cc
local-static.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
local.cc
local.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
m-data.cc
m-data.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
m-static.cc
m-static.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
m-static.h
m-static1.cc
maint.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
many-args.cc gdb/aarch64: Use type_align instead of aarch64_type_align 2019-04-23 22:02:59 +01:00
many-args.exp gdb/aarch64: Use type_align instead of aarch64_type_align 2019-04-23 22:02:59 +01:00
mb-ctor.cc
mb-ctor.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mb-inline.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mb-inline.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mb-inline1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mb-inline2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mb-templates.cc
mb-templates.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
member-name.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
member-name.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
member-ptr.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
member-ptr.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
meth-typedefs.cc c++/24367: Infinite recursion of typedef substitution 2019-04-25 13:06:52 -07:00
meth-typedefs.exp [gdb/testsuite] Require c++11 where necessary 2019-05-21 16:32:41 +02:00
method.cc
method.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
method2.cc
method2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsym-fallback-main.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsym-fallback.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsym-fallback.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
minsym-fallback.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
misc.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
misc.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namelessclass.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namelessclass.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namelessclass.S Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namespace-enum-main.cc
namespace-enum.cc
namespace-enum.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namespace-nested-import.cc
namespace-nested-import.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namespace.cc
namespace.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
namespace1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nested-types.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nested-types.exp [gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factor 2019-08-05 15:41:04 +02:00
nextoverthrow.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nextoverthrow.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
no-dmgl-verbose.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
no-dmgl-verbose.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
no-libstdcxx-probe.exp [gdb, c++] Improve error message when using libstdcxx without SDT probes 2019-08-26 19:24:59 +02:00
non-trivial-retval.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
non-trivial-retval.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
noparam.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
noparam.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsalias.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsalias.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsdecl.cc
nsdecl.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsimport.cc
nsimport.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsnested.cc
nsnested.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsnoimports.cc
nsnoimports.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsrecurs.cc
nsrecurs.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsstress.cc
nsstress.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
nsusing.cc
nsusing.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
operator.cc
operator.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
oranking.cc
oranking.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
overload-const.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
overload-const.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
overload.cc
overload.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovldbreak.cc
ovldbreak.exp Testsuite: Ensure stack protection is off for GCC 2019-01-21 10:43:53 +00:00
ovsrch.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovsrch.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovsrch1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovsrch2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovsrch3.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ovsrch4.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
paren-type.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
paren-type.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
parse-lang.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
parse-lang.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pass-by-ref.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pass-by-ref.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr-574.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr-574.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr-1023.cc
pr-1023.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr-1210.cc
pr-1210.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr9067.cc
pr9067.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr9167.cc
pr9167.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
pr9594.cc
pr9631.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr9631.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr10687.cc
pr10687.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr10728-x.cc
pr10728-x.h
pr10728-y.cc
pr10728.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr12028.cc
pr12028.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr17132.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr17132.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr17494.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
pr17494.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
printmethod.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
printmethod.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
psmang.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
psmang1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
psmang2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
psymtab-parameter.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
psymtab-parameter.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype-cv-cp.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype-cv-cp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype-flags.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ptype-flags.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
punctuator.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
re-set-overloaded.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
re-set-overloaded.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
readnow-language.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
readnow-language.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref-params.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref-params.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref-types.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
ref-types.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rtti.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rtti.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rtti1.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rtti2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-casts.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-casts.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-overload.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-overload.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-params.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-params.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-sizeof.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-sizeof.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-types.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rvalue-ref-types.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
save-bp-qualified.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
save-bp-qualified.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
scope-err.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
scope-err.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
shadow.cc
shadow.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
smartp.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
smartp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-method.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-method.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-print-quit.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-print-quit.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-typedef-print.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
static-typedef-print.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
subtypes-2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
subtypes.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
subtypes.exp [gdb/testsuite] Require c++11 where necessary 2019-05-21 16:32:41 +02:00
subtypes.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
temargs.cc Fix crash in dwarf2read.c with template parameters 2019-04-30 07:25:03 -06:00
temargs.exp [gdb/testsuite] Require c++11 where necessary 2019-05-21 16:32:41 +02:00
templates.cc
templates.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
try_catch.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
try_catch.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typedef-base.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typedef-base.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typedef-operator.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typedef-operator.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typeid.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
typeid.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
userdef.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
userdef.exp Remove Cell Broadband Engine debugging support 2019-09-20 23:06:57 +02:00
using-crash.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
using-crash.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var-tag-2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var-tag-3.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var-tag-4.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var-tag.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
var-tag.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtbase.cc
virtbase.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtbase2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtbase2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtfunc.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtfunc.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtfunc2.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
virtfunc2.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
vla-cxx.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
vla-cxx.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watch-cp.cc Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
watch-cp.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
wide_char_types.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
wide_char_types.exp Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00