mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
On s390x machines with a vector facility, Valgrind's gdbserver didn't represent the vector registers. This is fixed.
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2010-2018 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!-- S/390 64-bit user-level code. -->
|
|
|
|
<!DOCTYPE target SYSTEM "gdb-target.dtd">
|
|
<target>
|
|
<architecture>s390:64-bit</architecture>
|
|
<xi:include href="s390x-core64.xml"/>
|
|
<xi:include href="s390-acr.xml"/>
|
|
<xi:include href="s390-fpr.xml"/>
|
|
<xi:include href="s390x-linux64.xml"/>
|
|
<xi:include href="s390-vx.xml"/>
|
|
<xi:include href="s390x-core64-valgrind-s1.xml"/>
|
|
<xi:include href="s390-acr-valgrind-s1.xml"/>
|
|
<xi:include href="s390-fpr-valgrind-s1.xml"/>
|
|
<xi:include href="s390x-linux64-valgrind-s1.xml"/>
|
|
<xi:include href="s390-vx-valgrind-s1.xml"/>
|
|
<xi:include href="s390x-core64-valgrind-s2.xml"/>
|
|
<xi:include href="s390-acr-valgrind-s2.xml"/>
|
|
<xi:include href="s390-fpr-valgrind-s2.xml"/>
|
|
<xi:include href="s390x-linux64-valgrind-s2.xml"/>
|
|
<xi:include href="s390-vx-valgrind-s2.xml"/>
|
|
</target>
|