[S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bit
[deliverable/binutils-gdb.git] / gdb / amd64fbsd-nat.c
index a721f48edee3dd8cd36ebb593da04e7e826f106c..4745b4426e1aeda48e3ae7dc9cc5fc1f6fb12e29 100644 (file)
@@ -227,9 +227,7 @@ _initialize_amd64fbsd_nat (void)
   t->to_mourn_inferior = amd64fbsd_mourn_inferior;
   t->to_read_description = amd64fbsd_read_description;
 
-  t->to_pid_to_exec_file = fbsd_pid_to_exec_file;
-  t->to_find_memory_regions = fbsd_find_memory_regions;
-  add_target (t);
+  fbsd_nat_add_target (t);
 
   /* Support debugging kernel virtual memory images.  */
   bsd_kvm_add_target (amd64fbsd_supply_pcb);
This page took 0.042329 seconds and 4 git commands to generate.