* i386-nat.c (child_post_startup_inferior): Delete, unused.

This commit is contained in:
Doug Evans 2009-04-29 22:25:17 +00:00
parent df2b6d2de9
commit c5af0dad33
2 changed files with 4 additions and 9 deletions

View 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

View 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. */