a1217d97c4
Andrew Jenner <andrew@codesourcery.com> Chung-Lin Tang <cltang@codesourcery.com> Julian Brown <julian@codesourcery.com> Based on the nios2-elf port from Altera Corporation. gdb/ * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and nios2-linux-tdep.o. (HFILES_NO_SRCDIR): Add nios2-tdep.h. (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c. * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets. * nios2-tdep.h: New. * nios2-tdep.c: New. * nios2-linux-tdep.c: New. * features/Makefile (WHICH): Add nios2-linux. (nios2-linux-expedite): Set. * features/nios2-cpu.xml: New. * features/nios2.xml: New. * features/nios2-linux.xml: New. * features/nios2.c: New (autogenerated). * features/nios2-linux.c: New (autogenerated). * regformats/nios2-linux.dat: New (autogenerated). * NEWS (Changes since GDB 7.6): Add new Nios II targets and commands. gdb/doc/ * gdb.texinfo (Nios II): New section. (Nios II Features): New section.
59 lines
2.7 KiB
XML
59 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2012-2013 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. -->
|
|
|
|
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
|
|
<feature name="org.gnu.gdb.nios2.cpu">
|
|
<reg name="zero" bitsize="32" type="uint32"/>
|
|
<reg name="at" bitsize="32" type="uint32"/>
|
|
<reg name="r2" bitsize="32" type="uint32"/>
|
|
<reg name="r3" bitsize="32" type="uint32"/>
|
|
<reg name="r4" bitsize="32" type="uint32"/>
|
|
<reg name="r5" bitsize="32" type="uint32"/>
|
|
<reg name="r6" bitsize="32" type="uint32"/>
|
|
<reg name="r7" bitsize="32" type="uint32"/>
|
|
<reg name="r8" bitsize="32" type="uint32"/>
|
|
<reg name="r9" bitsize="32" type="uint32"/>
|
|
<reg name="r10" bitsize="32" type="uint32"/>
|
|
<reg name="r11" bitsize="32" type="uint32"/>
|
|
<reg name="r12" bitsize="32" type="uint32"/>
|
|
<reg name="r13" bitsize="32" type="uint32"/>
|
|
<reg name="r14" bitsize="32" type="uint32"/>
|
|
<reg name="r15" bitsize="32" type="uint32"/>
|
|
<reg name="r16" bitsize="32" type="uint32"/>
|
|
<reg name="r17" bitsize="32" type="uint32"/>
|
|
<reg name="r18" bitsize="32" type="uint32"/>
|
|
<reg name="r19" bitsize="32" type="uint32"/>
|
|
<reg name="r20" bitsize="32" type="uint32"/>
|
|
<reg name="r21" bitsize="32" type="uint32"/>
|
|
<reg name="r22" bitsize="32" type="uint32"/>
|
|
<reg name="r23" bitsize="32" type="uint32"/>
|
|
<reg name="et" bitsize="32" type="uint32"/>
|
|
<reg name="bt" bitsize="32" type="uint32"/>
|
|
<reg name="gp" bitsize="32" type="uint32"/>
|
|
<reg name="sp" bitsize="32" type="data_ptr"/>
|
|
<reg name="fp" bitsize="32" type="uint32"/>
|
|
<reg name="ea" bitsize="32" type="uint32"/>
|
|
<reg name="ba" bitsize="32" type="uint32"/>
|
|
<reg name="ra" bitsize="32" type="uint32"/>
|
|
<reg name="pc" bitsize="32" type="code_ptr"/>
|
|
<reg name="status" bitsize="32" type="uint32"/>
|
|
<reg name="estatus" bitsize="32" type="uint32"/>
|
|
<reg name="bstatus" bitsize="32" type="uint32"/>
|
|
<reg name="ienable" bitsize="32" type="uint32"/>
|
|
<reg name="ipending" bitsize="32" type="uint32"/>
|
|
<reg name="cpuid" bitsize="32" type="uint32"/>
|
|
<reg name="ctl6" bitsize="32" type="uint32"/>
|
|
<reg name="exception" bitsize="32" type="uint32"/>
|
|
<reg name="pteaddr" bitsize="32" type="uint32"/>
|
|
<reg name="tlbacc" bitsize="32" type="uint32"/>
|
|
<reg name="tlbmisc" bitsize="32" type="uint32"/>
|
|
<reg name="eccinj" bitsize="32" type="uint32"/>
|
|
<reg name="badaddr" bitsize="32" type="uint32"/>
|
|
<reg name="config" bitsize="32" type="uint32"/>
|
|
<reg name="mpubase" bitsize="32" type="uint32"/>
|
|
<reg name="mpuacc" bitsize="32" type="uint32"/>
|
|
</feature>
|