This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] Various build fixes for NetBSD


I have build tested this in a NetBSD/amd64 7.1 VM.  The KVM target
built for me, but I have not tested it.  The debug registers changes
in NetBSD are newer than 7.1 so I was not able to build test those.

coypu, can you please test this on your end and verify the debug
registers work on NetBSD/i386 or NetBSD/amd64?  Can you also do some
simple testing of the KVM target on amd64?

John Baldwin (4):
  Fix two NetBSD-specific typos in the configure.nat conversion.
  Define _KMEMUSER before including BSD kernel headers.
  Enable the BSD KVM target for NetBSD/amd64.
  Define a DBREG_DRX macro on NetBSD.

 gdb/ChangeLog     | 18 ++++++++++++++++++
 gdb/bsd-kvm.c     |  1 +
 gdb/configure     |  1 +
 gdb/configure.ac  |  1 +
 gdb/configure.nat |  6 ++++--
 gdb/x86-bsd-nat.c |  9 +++++++--
 6 files changed, 32 insertions(+), 4 deletions(-)

-- 
2.11.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]