Add NetBSD/aarch64 gdbserver support
authorKamil Rytarowski <n54@gmx.com>
Tue, 6 Oct 2020 16:10:26 +0000 (18:10 +0200)
committerKamil Rytarowski <n54@gmx.com>
Wed, 7 Oct 2020 12:39:59 +0000 (14:39 +0200)
commit8e1d09292902cff8325b08a64fa5a918c7f9aa4f
tree7b8fbc5a7dcd9609b729aeef5d60207192052c83
parent64c03bdb6ed0b1b44ebe6f9f151fde3af83bdf38
Add NetBSD/aarch64 gdbserver support

The support is on par with NetBSD/amd64, thus GPR works,
single step and software breakpoint are operational, and the
SVR4 r_debug integration is functional.

gdbserver/ChangeLog:

         * netbsd-aarch64-low.cc: Add.
         * Makefile.in (SFILES): Register "netbsd-aarch64-low.c".
         * configure.srv: Add aarch64*-*-netbsd*.
gdbserver/configure.srv
gdbserver/netbsd-aarch64-low.cc [new file with mode: 0644]
This page took 0.02588 seconds and 4 git commands to generate.