summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-09-26 23:53:53 +0000
committerqiyao <qiyao>2012-09-26 23:53:53 +0000
commitfcf051cbeb59bbc800153fd8376442325820c7af (patch)
treeeae587897284d572f21ea60f177a3bac50777960 /gdb/breakpoint.h
parentebf0d7d4281267a88378a76de83bd3d2cac27d4f (diff)
downloadgdb-fcf051cbeb59bbc800153fd8376442325820c7af.tar.gz
gdb/
PR breakpoints/13898 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration. * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops per breakpoint type.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 4c6171f4e46..8b1bcb73772 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1184,6 +1184,7 @@ extern void rwatch_command_wrapper (char *, int, int);
extern void tbreak_command (char *, int);
extern struct breakpoint_ops bkpt_breakpoint_ops;
+extern struct breakpoint_ops tracepoint_breakpoint_ops;
extern void initialize_breakpoint_ops (void);