gdb/riscv: Add command to switch between numeric & abi register names
[binutils-gdb.git] / gdb / features / rs6000 / power-linux-pmu.xml
blob7f44bbc9aae062ab74792e0705e3c19d07d2fba4
1 <?xml version="1.0"?>
2 <!-- Copyright (C) 2018-2024 Free Software Foundation, Inc.
4      Copying and distribution of this file, with or without modification,
5      are permitted in any medium without royalty provided the copyright
6      notice and this notice are preserved.  -->
8 <!-- Subset of the POWER8 ISA 2.07 Performance Monitor Registers
9      provided by Linux.  -->
10 <!DOCTYPE feature SYSTEM "gdb-target.dtd">
11 <feature name="org.gnu.gdb.power.linux.pmu">
12   <reg name="mmcr0" bitsize="64" type="uint64" save-restore="no"/>
13   <reg name="mmcr2" bitsize="64" type="uint64" save-restore="no"/>
14   <reg name="siar" bitsize="64" type="uint64" save-restore="no"/>
15   <reg name="sdar" bitsize="64" type="uint64" save-restore="no"/>
16   <reg name="sier" bitsize="64" type="uint64" save-restore="no"/>
17 </feature>