Merge probe and ordinary tracepoints
authorTom Tromey <tom@tromey.com>
Mon, 17 Jan 2022 00:27:00 +0000 (17:27 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 29 Apr 2022 22:14:32 +0000 (16:14 -0600)
commit8d89123dc22188d5560f452bc52baba50d154a91
treedc43eaf85a23e6d178423ba8c95847277e072439
parent5d926615e9684d1f9a95801106300ade64548dcc
Merge probe and ordinary tracepoints

Right now, probe tracepoints are handled by a separate ops object.
However, they differ only in a small way from ordinary tracepoints,
and furthermore can be distinguished by their event location.

This patch merges the two cases, just as was done for breakpoints.
gdb/breakpoint.c