binutils-gdb/gdb/testsuite/gdb.arch
Andrew Burgess 376be529a7 gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp
This test starts up and confirms that $xmm0 has the value 0, it then
modifies $xmm0 (in the inferior) and confirms that the new value can
be read (in GDB).

On some machines I was noticing that this test would occasionally
fail, and on investigation I believe that the reason for this is that
the test is linked as a dynamically linked executable and makes use of
the system libraries during startup.  The reason that this causes
problems is that both the runtime linker and the startup code run
before main can, and do (on at least some platforms) make use of the
XMM registers.

In this commit I modify the test program slightly to allow it to be
linked statically, without using the startup libraries.  Now by the
time GDB reaches the symbol main we have only executed one 'nop'
instruction, and the XMM registers should all have the value 0.  I've
extended the test script to confirm that $xmm0 to $xmm15 are all
initially 0, and I also check that at the point after $xmm0 has been
modified, all the other XMM registers ($xmm1 to $xmm15) are still 0.

The test program is still linked against libc in order that we can
call the exit function, however, we now call _exit rather than exit in
order to avoid all of the usual cleanup that exit does.  This clean up
tries to tear down things that are usually setup during the startup
code, but now this isn't called calling exit will just result in a
crash.

gdb/testsuite/ChangeLog:

	* gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
	(done): Call '_exit' not 'exit' to avoid atexit handlers.
	* gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
	-nostartfiles when compiling the test.  Confirm that all registers
	xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2018-03-23 11:55:02 +00:00
..
aarch64-atomic-inst.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-atomic-inst.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-fp.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-fp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-tagged-pointer.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
aarch64-tagged-pointer.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-step.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
alpha-step.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
altivec-abi.c
altivec-abi.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
altivec-regs.c
altivec-regs.exp Make tests expect [ \t]+ pattern instead of \t for "info reg" command 2018-01-19 09:05:51 +03:00
amd64-byte.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-disp-step-avx.S gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp 2018-03-23 11:55:02 +00:00
amd64-disp-step-avx.exp gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp 2018-03-23 11:55:02 +00:00
amd64-disp-step.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-disp-step.exp gdb: Minor cleanup in some gdb.arch/* tests 2018-03-23 11:55:01 +00:00
amd64-dword.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-inline.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-inline.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-inline.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param-dwarf5.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param-dwarf5.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param-dwarf5.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-param.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-paramref.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-paramref.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value-paramref.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-entry-value.exp gdb: Add test for some error cases of @entry usage 2018-01-21 15:06:05 +00:00
amd64-entry-value.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-gs_base.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-gs_base.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-i386-address.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-i386-address.exp Fix a typo. 2018-02-21 11:13:51 -08:00
amd64-invalid-stack-middle.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-invalid-stack-middle.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-invalid-stack-middle.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-invalid-stack-top.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-invalid-stack-top.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-optimout-repeat.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-optimout-repeat.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-optimout-repeat.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-prologue-skip.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-prologue-skip.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-prologue-xmm.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-prologue-xmm.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-prologue-xmm.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-pseudo.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-optional-prefix.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-optional-prefix.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-special-operands.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-three-arg-disp.S
amd64-stap-three-arg-disp.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-triplet.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-triplet.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-wrong-subexp.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-stap-wrong-subexp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-cxx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-cxx1.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-cxx1.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-cxx2.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-cxx2.cc Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-noret.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-noret.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-noret.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-ret.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-ret.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-ret.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-self.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-self.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-tailcall-self.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
amd64-word.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-analyze-prologue.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-analyze-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-decode-insn.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-decode-insn.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-tdesc-cpu.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arc-tdesc-cpu.xml Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-bl-branch-dest.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-bl-branch-dest.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-disassembler-options.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-disp-step.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-disp-step.exp gdb: Minor cleanup in some gdb.arch/* tests 2018-03-23 11:55:01 +00:00
arm-neon.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-neon.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-single-step-kernel-helper.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
arm-single-step-kernel-helper.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
avr-flash-qualifier.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
avr-flash-qualifier.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
cordic.ko.bz2
cordic.ko.debug.bz2
disp-step-insn-reloc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
e500-abi.c
e500-abi.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
e500-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
e500-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
e500-regs.c
e500-regs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ftrace-insn-reloc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1291.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1291.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1431.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1431.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1558.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gdb1558.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-avx.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-avx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-avx512.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-avx512.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-biarch-core.core.bz2
i386-biarch-core.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-bp_permanent.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-bp_permanent.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-byte.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-cfi-notcurrent.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-cfi-notcurrent.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-disp-step.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-disp-step.exp gdb: Minor cleanup in some gdb.arch/* tests 2018-03-23 11:55:01 +00:00
i386-dr3-watch.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-dr3-watch.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-float.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-float.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-gnu-cfi-asm.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-gnu-cfi.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-gnu-cfi.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-call.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-call.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-map.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-map.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-sigsegv.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-sigsegv.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-simple_segv.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx-simple_segv.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-mpx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-permbkpt.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-permbkpt.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-pkru.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-pkru.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-pseudo.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-signal.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-signal.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-size-overlap.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-size-overlap.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-size.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-size.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-sse-stack-align.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-sse-stack-align.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-sse-stack-align.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-sse.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-sse.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-stap-eval-lang-ada.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-stap-eval-lang-ada.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-stap-eval-lang-ada.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-unwind.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-unwind.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
i386-word.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ia64-breakpoint-shadow.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ia64-breakpoint-shadow.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
insn-reloc.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
iwmmxt-regs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
iwmmxt-regs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-fcr.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-fcr.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips-octeon-bbit.c
mips-octeon-bbit.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-inmain.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-main.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-sin.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-sinfrob.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-sinfrob16.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-sinmain.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks-sinmips16.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
mips16-thunks.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pa-nullify.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
pa-nullify.s
pa64-nullify.s
powerpc-aix-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-aix-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec2.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec3.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-altivec3.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-d128-regs.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-d128-regs.exp Make tests expect [ \t]+ pattern instead of \t for "info reg" command 2018-01-19 09:05:51 +03:00
powerpc-disassembler-options.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power7.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power7.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power8.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power8.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power9.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-power9.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-prologue-frame.S Fix for prologue processing on PowerPC 2018-01-31 19:24:05 +01:00
powerpc-prologue-frame.c Fix for prologue processing on PowerPC 2018-01-31 19:24:05 +01:00
powerpc-prologue-frame.exp Fix for prologue processing on PowerPC 2018-01-31 19:24:05 +01:00
powerpc-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-stackless.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-stackless.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx2.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx2.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx3.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
powerpc-vsx3.s Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-dfp.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-dfp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-fp.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-fp.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-longdouble.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc-longdouble.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-atomic-inst.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-atomic-inst.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-isa207-atomic-inst.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-isa207-atomic-inst.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-isa207-atomic-inst.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
ppc64-symtab-cordic.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-disassembler-options.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-multiarch.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-multiarch.exp Make tests expect [ \t]+ pattern instead of \t for "info reg" command 2018-01-19 09:05:51 +03:00
s390-stackless.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-stackless.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-tdbregs.c S390: Improve comments for s390-tdbregs test case 2018-01-19 14:14:07 +01:00
s390-tdbregs.exp S390: Improve comments for s390-tdbregs test case 2018-01-19 14:14:07 +01:00
s390-vregs.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
s390-vregs.exp S390: Fix infcalls in s390-vregs test case 2018-01-19 19:59:53 +01:00
sparc-sysstep.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc-sysstep.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-adi.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-adi.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-regs.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
sparc64-regs.exp gdb: Minor cleanup in some gdb.arch/* tests 2018-03-23 11:55:01 +00:00
spu-info.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
spu-info.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
spu-ls.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
spu-ls.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-bx-pc.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-bx-pc.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-prologue.c Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-prologue.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-singlestep.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb-singlestep.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb2-it.S Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
thumb2-it.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
vsx-regs.c
vsx-regs.exp Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00