Simplify Ada catchpoints
authorTom Tromey <tom@tromey.com>
Thu, 13 Jan 2022 01:11:53 +0000 (18:11 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:34:05 +0000 (10:34 -0700)
commitd66beefaf6334d69b638b3300e264f7996c572dc
treea67e8d17b06eaff6ade678a7049d0f869fd7a5ce
parentde8e4cb3af98396ecad849588c9c05a45a9e823c
Simplify Ada catchpoints

All the Ada catchpoints use the same breakpoint_ops contents, because
the catchpoint itself records its kind.  This patch simplifies the
code by removing the redundant ops structures.
gdb/ada-lang.c