Change inheritance of dprintf
authorTom Tromey <tom@tromey.com>
Sat, 15 Jan 2022 22:35:35 +0000 (15:35 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:31 +0000 (16:14 -0600)
commit5ad71d67aef6b2885fcaf52b9151af6e28e9648a
treebfddaef90be194d831cc85033704ba304613fd3d
parent1fd30a473032c6fa23db9db46f4853951c5de0d6
Change inheritance of dprintf

The dprintf breakpoint ops is mostly a copy of bpkt_breakpoint_ops,
except it's written out explicitly -- and, importantly, there's
nothing that bpkt_breakpoint_ops overrides that dprintf does not.
This changes dprintf to simply inherit directly, and updates struct
dprintf_breakpoint to reflect the change as well.
gdb/breakpoint.c