bfd/binutils: support for gdb target descriptions in the core file
[binutils-gdb.git] / gdb / infrun.h
index 7160b60f1368bb1dbc0fe06459d2ffafcc6613a6..e643c84dd80ea7a957178f5fa0bd6e1684d2fa37 100644 (file)
@@ -269,4 +269,8 @@ extern void all_uis_check_sync_execution_done (void);
    started or re-started).  */
 extern void all_uis_on_sync_execution_starting (void);
 
+/* In all-stop, restart the target if it had to be stopped to
+   detach.  */
+extern void restart_after_all_stop_detach (process_stratum_target *proc_target);
+
 #endif /* INFRUN_H */