Use new to allocate mapped_index
[deliverable/binutils-gdb.git] / gdb / i386-fbsd-nat.c
index f69dc605302238926e3a40de6b5270890b1890b7..0d3762a7f03ef59310663d62d6648de64d3bf4e2 100644 (file)
@@ -177,7 +177,7 @@ i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint ()
 void
 _initialize_i386fbsd_nat (void)
 {
-  add_target (&the_i386_fbsd_nat_target);
+  add_inf_child_target (&the_i386_fbsd_nat_target);
 
   /* Support debugging kernel virtual memory images.  */
   bsd_kvm_add_target (i386fbsd_supply_pcb);
This page took 0.023296 seconds and 4 git commands to generate.