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 v2 0/2] Various build fixes for NetBSD


Relative to the first patch series: one patch has been committed,
the amd64 KVM support has been dropped, the _KMEMUSER #define was
moved earlier in bsd-kvm.o, and the x86 debug registers change was
expanded to also add needed object files in the NetBSD/x86 native
targets.  I haven't been able to test remaining patches so am
waiting for testing reports from coypu@.

John Baldwin (2):
  Define _KMEMUSER before including BSD kernel headers.
  Enable support for x86 debug registers on NetBSD.

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

-- 
2.13.3


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