*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / i386fbsd-nat.c
index ecc797e570e4ce867a47ada0e88d0e152629827b..52ae031d096ac898a2e772dfc29049115370fa83 100644 (file)
@@ -134,8 +134,9 @@ _initialize_i386fbsd_nat (void)
 
   i386_dr_low.set_control = i386bsd_dr_set_control;
   i386_dr_low.set_addr = i386bsd_dr_set_addr;
-  i386_dr_low.reset_addr = i386bsd_dr_reset_addr;
+  i386_dr_low.get_addr = i386bsd_dr_get_addr;
   i386_dr_low.get_status = i386bsd_dr_get_status;
+  i386_dr_low.get_control = i386bsd_dr_get_control;
   i386_set_debug_register_length (4);
 
 #endif /* HAVE_PT_GETDBREGS */
This page took 0.023204 seconds and 4 git commands to generate.