gdb: or1k: implement gdb server
authorStafford Horne <shorne@gmail.com>
Sat, 15 Aug 2020 21:04:05 +0000 (06:04 +0900)
committerStafford Horne <shorne@gmail.com>
Thu, 28 Oct 2021 20:22:12 +0000 (05:22 +0900)
commit4933265c3f71b9134363d0c05f09542d5cc677f4
treeb291e70e95620bba525afe2b607a6975772dc9cc
parentcf365c10d0786a4fd2423d451596b879ee44627a
gdb: or1k: implement gdb server

This patch adds gdbserver support for OpenRISC.  This has been used for
debugging the glibc port that in being worked on here:

  https://github.com/openrisc/or1k-glibc/tree/or1k-port-2

Hence the comment about registers definitions being inline with glibc.
gdb/features/Makefile
gdb/features/or1k-linux.xml [new file with mode: 0644]
gdb/regformats/or1k-linux.dat [new file with mode: 0644]
gdbserver/Makefile.in
gdbserver/configure.srv
gdbserver/linux-or1k-low.cc [new file with mode: 0644]