aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-16 19:03:46 -0700
committerTom Tromey <tom@tromey.com>2022-04-29 16:14:32 -0600
commita48ddc0d6ab6ce60ecc7d20d704d3891b383dbf6 (patch)
tree8454ff36f66d6155192cda44860c0a9a14948461 /gdb/breakpoint.h
parent8d89123dc22188d5560f452bc52baba50d154a91 (diff)
downloadgdb-a48ddc0d6ab6ce60ecc7d20d704d3891b383dbf6.zip
gdb-a48ddc0d6ab6ce60ecc7d20d704d3891b383dbf6.tar.gz
gdb-a48ddc0d6ab6ce60ecc7d20d704d3891b383dbf6.tar.bz2
Remove breakpoint_ops from init_ada_exception_breakpoint
init_ada_exception_breakpoint is only ever passed a single breakpoint_ops structure, so remove the parameter.
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 4e52656..10e7410 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1518,7 +1518,6 @@ extern void
struct gdbarch *gdbarch,
struct symtab_and_line sal,
const char *addr_string,
- const struct breakpoint_ops *ops,
int tempflag,
int enabled,
int from_tty);