old-cross-binutils/gdb/testsuite/gdb.trace
Marcin Kościelnicki 9f5fed7852 gdb.trace: Add a testcase for tdesc in tfile.
This tests whether $ymm15 can be correctly collected and printed from
tfile.  It covers:

- storing tdesc in tfile (without that, $ymm15 doesn't exist)
- ax_pseudo_register_collect for x86 (without that, $ymm15 cannot be
  collected)
- register order in tfile_fetch_registers (without that, $ymm15h is
  fetched from wrong position)
- off-by-one in tfile_fetch_registers (without that, $ymm15h is
  incorrectly considered to be out of bounds)
- using proper tdesc in encoding tracepoint actions (without that,
  internal error happens due to $ymm15h being considered unavailable)

gdb/testsuite/ChangeLog:

	* gdb.trace/tfile-avx.c: New test.
	* gdb.trace/tfile-avx.exp: New test.
2016-02-11 15:16:31 +01:00
..
actions-changed.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
actions-changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
actions.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
actions.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ax.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
backtrace.exp gdb.trace/testsuite: Bump stack collection fudge factor. 2016-01-25 13:19:22 +01:00
change-loc-1.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
change-loc-2.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
change-loc.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
change-loc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
change-loc.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
circ.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
circ.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
collection.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
collection.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
deltrace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disconnected-tracing.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
disconnected-tracing.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
entry-values.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
entry-values.exp gdb.trace/testsuite: Bump stack collection fudge factor. 2016-01-25 13:19:22 +01:00
ftrace-lock.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ftrace-lock.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ftrace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
ftrace.exp testsuite/gdb.trace: Fix expected message on continue. 2016-01-19 13:04:58 +01:00
infotrace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi-trace-frame-collected.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi-trace-unavailable.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi-traceframe-changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi-tracepoint-changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
mi-tsv-changed.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
no-attach-trace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
no-attach-trace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
packetlen.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
passc-dyn.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
passcount.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pending.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pending.exp gdb.trace: Fix another expected message on continue. 2016-01-23 12:16:19 +01:00
pendshr1.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pendshr2.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
pr16508.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
qtro.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
qtro.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
range-stepping.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
range-stepping.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
read-memory.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
read-memory.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
report.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
save-trace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
stap-trace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
stap-trace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
status-stop.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
status-stop.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
strace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
strace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tfile-avx.c gdb.trace: Add a testcase for tdesc in tfile. 2016-02-11 15:16:31 +01:00
tfile-avx.exp gdb.trace: Add a testcase for tdesc in tfile. 2016-02-11 15:16:31 +01:00
tfile.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tfile.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tfind.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-break.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-break.exp testsuite/gdb.trace: Fix expected message on continue. 2016-01-19 13:04:58 +01:00
trace-buffer-size.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-buffer-size.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-common.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-condition.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-condition.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-mt.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-mt.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
trace-unavailable.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tracecmd.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tspeed.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tspeed.exp Fix missing IPA lib in tspeed.exp in some configurations. 2016-01-20 12:30:53 -05:00
tstatus.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tsv.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unavailable-dwarf-piece.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unavailable-dwarf-piece.exp gdb.trace: Fix unavailable-dwarf-piece.exp on big endian targets 2016-01-23 14:54:59 +01:00
unavailable.cc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unavailable.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
while-dyn.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
while-stepping.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00