Fix Ada catchpoint regression
authorTom Tromey <tromey@adacore.com>
Mon, 2 May 2022 14:26:49 +0000 (08:26 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 2 May 2022 14:26:49 +0000 (08:26 -0600)
commit73a7911e8e5f77145f93cfc5f6596aead79f6fee
treeecbb491f3db047a11924cdcd065c011eaf1dfda3
parenta55939ca586b81c16cc95fa692a7862551cc6773
Fix Ada catchpoint regression

The breakpoint C++-ification series introduced a regression for Ada
catchpoints.  Specifically, commit 2b5ab5b8 ("Convert base breakpoints
to vtable ops") caused these to start failing.  I didn't notice this
because testing Ada using a Linux distro compiler requires installing
the GNAT debuginfo, which I hadn't done.

This patch fixes the problem.  I'm checking it in.
gdb/ada-lang.c