Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: gdb/mi/mi-cmd-break.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/mep-tdep.c ('k') | gdb/mi/mi-cmd-break.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « gdb/mep-tdep.c ('k') | gdb/mi/mi-cmd-break.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698