* i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
[deliverable/binutils-gdb.git] / gdb / i386nbsd-nat.c
index 92da7e18dcdeabe3e89a2439d6585f89c5f42383..22af0117e4e53370ce5b7691811c57f4aa34e20e 100644 (file)
 #include "defs.h"
 #include "gdbcore.h"
 #include "regcache.h"
+#include "target.h"
 
 #include "i386-tdep.h"
+#include "i386bsd-nat.h"
 
 /* Support for debugging kernel virtual memory images.  */
 
@@ -77,6 +79,9 @@ void _initialize_i386nbsd_nat (void);
 void
 _initialize_i386nbsd_nat (void)
 {
+  /* We've got nothing to add to the common *BSD/i386 target.  */
+  add_target (i386bsd_target ());
+
   /* Support debugging kernel virtual memory images.  */
   bsd_kvm_add_target (i386nbsd_supply_pcb);
 }
This page took 0.023424 seconds and 4 git commands to generate.