commit | 3a29292356cd26830dd771cf8ada376d132280a6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Jan 14 19:15:53 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Apr 29 16:14:31 2022 -0600 |
tree | 8521ab0fece6207b314b5eb31b763be3382fdb46 | |
parent | 89e57567f5f1bd09a1049970e4b020317ba3e701 [diff] |
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.