forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -12761,7 +12761,6 @@ create_ada_exception_catchpoint (struct gdbarch *gdbarch,
|
||||
|
||||
std::unique_ptr<ada_catchpoint> c (new ada_catchpoint (ex_kind));
|
||||
init_ada_exception_breakpoint (c.get (), gdbarch, sal, addr_string.c_str (),
|
||||
&vtable_breakpoint_ops,
|
||||
tempflag, disabled, from_tty);
|
||||
c->excep_string = excep_string;
|
||||
create_excep_cond_exprs (c.get (), ex_kind);
|
||||
|
||||
Reference in New Issue
Block a user