]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add NetBSD/i386 gdbserver support
authorKamil Rytarowski <n54@gmx.com>
Wed, 23 Sep 2020 03:31:31 +0000 (05:31 +0200)
committerKamil Rytarowski <n54@gmx.com>
Thu, 1 Oct 2020 22:41:21 +0000 (00:41 +0200)
commit8b667faedf6012048f1f6e71785b1ac1412b8a9c
tree32a487b1f43f51bfbdd48402adae9d1ede5a6481
parent15397b0e058a84afcc2b6f4af383514e32f99a3d
Add NetBSD/i386 gdbserver support

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

gdbserver/ChangeLog:

* netbsd-i386-low.cc: Add.
* Makefile.in (SFILES): Register "netbsd-i386-low.c".
* configure.srv: Add i[34567]86-*-netbsd*.
gdbserver/ChangeLog
gdbserver/Makefile.in
gdbserver/configure.srv
gdbserver/netbsd-i386-low.cc [new file with mode: 0644]