Index: gdb/mi/mi-cmd-break.h |
diff --git a/gdb/tui/tui-command.h b/gdb/mi/mi-cmd-break.h |
similarity index 67% |
copy from gdb/tui/tui-command.h |
copy to gdb/mi/mi-cmd-break.h |
index 1b3fcb6f5df318fde66382f21eb20567625e03a4..e58ae7068af5c1053de4ecc66e369690858c2fa0 100644 |
--- a/gdb/tui/tui-command.h |
+++ b/gdb/mi/mi-cmd-break.h |
@@ -1,9 +1,7 @@ |
-/* Specific command window processing. |
+/* MI Command Set - breakpoint and watchpoint commands. |
+ Copyright (C) 2012-2013 Free Software Foundation, Inc. |
- Copyright (C) 1998-2001, 2004, 2007-2012 Free Software Foundation, |
- Inc. |
- |
- Contributed by Hewlett-Packard Company. |
+ Contributed by Intel Corporation. |
This file is part of GDB. |
@@ -20,9 +18,13 @@ |
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 TUI_COMMAND_H |
-#define TUI_COMMAND_H |
+#ifndef MI_CMD_BREAK_H |
+#define MI_CMD_BREAK_H |
+ |
-extern unsigned int tui_dispatch_ctrl_char (unsigned int); |
+/* Setup the reporting of the insertion of a new breakpoint or |
+ catchpoint. */ |
+struct cleanup *setup_breakpoint_reporting (void); |
#endif |
+ |