Remove declarations of is_running/is_stopped/is_exited
[deliverable/binutils-gdb.git] / gdb / record-full.h
index 7d53b635e49e898578a585a3928839211cef35e8..81acfea43642c25c61059d8d3c235555ac5a13c4 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target for GDB, the GNU debugger.
 
-   Copyright (C) 2013-2017 Free Software Foundation, Inc.
+   Copyright (C) 2013-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,6 +29,6 @@ extern int record_full_arch_list_add_end (void);
 /* Returns true if the process record target is open.  */
 extern int record_full_is_used (void);
 
-extern struct cleanup *record_full_gdb_operation_disable_set (void);
+extern scoped_restore_tmpl<int> record_full_gdb_operation_disable_set ();
 
 #endif /* RECORD_FULL_H */
This page took 0.025706 seconds and 4 git commands to generate.