* i386-nat.c (child_post_startup_inferior): Delete, unused.
authorDoug Evans <dje@google.com>
Wed, 29 Apr 2009 22:25:17 +0000 (22:25 +0000)
committerDoug Evans <dje@google.com>
Wed, 29 Apr 2009 22:25:17 +0000 (22:25 +0000)
gdb/ChangeLog
gdb/i386-nat.c

index dca1530662c4ec9098f79ef2f935229beb7dbe51..92f31854d057c4136bcc7fef539dfd3682ae7765 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-29  Doug Evans  <dje@google.com>
+
+       * i386-nat.c (child_post_startup_inferior): Delete, unused.
+
 2009-04-29  Pedro Alves  <pedro@codesourcery.com>
 
        * breakpoint.c (print_exception_catchpoint): Access `b' directly
index fb6d3dbaf1546d78af7ee6d25ac57067f3c716fe..667a57558611deb808fcf181ef388a7de52c8a0e 100644 (file)
@@ -231,15 +231,6 @@ i386_cleanup_dregs (void)
   dr_status_mirror  = 0;
 }
 
-/* Reset all debug registers at each new startup to avoid missing
-   watchpoints after restart.  */
-
-void
-child_post_startup_inferior (ptid_t ptid)
-{
-  i386_cleanup_dregs ();
-}
-
 /* Print the values of the mirrored debug registers.  This is called
    when maint_show_dr is non-zero.  To set that up, type "maint
    show-debug-regs" at GDB's prompt.  */
This page took 0.025756 seconds and 4 git commands to generate.