diff options
author | Yao Qi <yao@codesourcery.com> | 2012-09-26 23:53:53 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-09-26 23:53:53 +0000 |
commit | 19ca11c580c52654a537a0967ad28c0aff723d9b (patch) | |
tree | 88d17681084a5609645dc72e9b26389a08fe8d2a /gdb/breakpoint.h | |
parent | 9210735600dd82ece7bb84bc48d4a73167a6cef2 (diff) | |
download | gdb-19ca11c580c52654a537a0967ad28c0aff723d9b.zip gdb-19ca11c580c52654a537a0967ad28c0aff723d9b.tar.gz gdb-19ca11c580c52654a537a0967ad28c0aff723d9b.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 4c6171f..8b1bcb7 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); |