Convert watchpoints to vtable ops
authorTom Tromey <tom@tromey.com>
Sat, 15 Jan 2022 02:15:53 +0000 (19:15 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:31 +0000 (16:14 -0600)
commit3a29292356cd26830dd771cf8ada376d132280a6
tree8521ab0fece6207b314b5eb31b763be3382fdb46
parent89e57567f5f1bd09a1049970e4b020317ba3e701
Convert watchpoints to vtable ops

This converts watchpoints and masked watchpoints. to use
vtable_breakpoint_ops.  For masked watchpoints, a new subclass must be
introduced, and watch_command_1 is changed to create one.
gdb/breakpoint.c
gdb/breakpoint.h