gdb/testsuite: Handle targets with lots of registers
[deliverable/binutils-gdb.git] / gdb / ppc-fbsd-nat.c
index 501514f6da01276dacf3fb9f5b1e15ecd3525ed0..6ca4bbac39324ed8fb5c346f19934d3b3618a5ab 100644 (file)
@@ -204,7 +204,7 @@ ppcfbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 void
 _initialize_ppcfbsd_nat (void)
 {
-  add_target (&the_ppc_fbsd_nat_target);
+  add_inf_child_target (&the_ppc_fbsd_nat_target);
 
   /* Support debugging kernel virtual memory images.  */
   bsd_kvm_add_target (ppcfbsd_supply_pcb);
This page took 0.023496 seconds and 4 git commands to generate.