Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-break.h
index 90df9fea1d3f318c73f74188d65bba8e9cacdeb9..a68080d580b34594c65c786a38600d347e2c28b6 100644 (file)
@@ -1,5 +1,5 @@
 /* MI Command Set - breakpoint and watchpoint commands.
-   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+   Copyright (C) 2012-2019 Free Software Foundation, Inc.
 
    Contributed by Intel Corporation.
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef MI_CMD_BREAK_H
-#define MI_CMD_BREAK_H
+#ifndef MI_MI_CMD_BREAK_H
+#define MI_MI_CMD_BREAK_H
 
+#include "common/scoped_restore.h"
 
 /* Setup the reporting of the insertion of a new breakpoint or
    catchpoint.  */
-struct cleanup *setup_breakpoint_reporting (void);
-
-#endif
+scoped_restore_tmpl<int> setup_breakpoint_reporting (void);
 
+#endif /* MI_MI_CMD_BREAK_H */
This page took 0.024008 seconds and 4 git commands to generate.