diff options
Diffstat (limited to 'gdb/mi/mi-cmd-break.h')
-rw-r--r-- | gdb/mi/mi-cmd-break.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmd-break.h b/gdb/mi/mi-cmd-break.h index 6fb30c8..2394074 100644 --- a/gdb/mi/mi-cmd-break.h +++ b/gdb/mi/mi-cmd-break.h @@ -21,10 +21,11 @@ #ifndef MI_CMD_BREAK_H #define 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); +scoped_restore_tmpl<int> setup_breakpoint_reporting (void); #endif |