aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-15 15:46:54 -0700
committerTom Tromey <tom@tromey.com>2022-04-29 16:14:31 -0600
commit7dd8e7ae28cb656651ed12af5b045b55cdeb9df6 (patch)
tree34455e1dda62c1bf90fafb6ef7bbad12d6d90118 /gdb/breakpoint.h
parent5ad71d67aef6b2885fcaf52b9151af6e28e9648a (diff)
downloadgdb-7dd8e7ae28cb656651ed12af5b045b55cdeb9df6.zip
gdb-7dd8e7ae28cb656651ed12af5b045b55cdeb9df6.tar.gz
gdb-7dd8e7ae28cb656651ed12af5b045b55cdeb9df6.tar.bz2
Convert ordinary breakpoints to vtable ops
This converts "ordinary" breakpoint to use vtable_breakpoint_ops. Recall that an ordinary breakpoint is both the kind normally created by users, and also a base class used by other classes.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index de1ef5e..c137987 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1490,7 +1490,6 @@ extern void rwatch_command_wrapper (const char *, int, bool);
extern void tbreak_command (const char *, int);
extern struct breakpoint_ops base_breakpoint_ops;
-extern struct breakpoint_ops bkpt_breakpoint_ops;
extern struct breakpoint_ops dprintf_breakpoint_ops;
extern struct breakpoint_ops vtable_breakpoint_ops;