gdb, ada: collect standard exceptions in all objfiles
authorMarkus Metzger <markus.t.metzger@intel.com>
Mon, 11 Apr 2022 15:58:23 +0000 (17:58 +0200)
committerMarkus Metzger <markus.t.metzger@intel.com>
Tue, 18 Oct 2022 12:16:09 +0000 (14:16 +0200)
commit4326580d4459f82429340f3a96a459178b9eed93
treed5c9cb788d5d6f6c27fcf01f21633782bf31db25
parent85933f7c91b668e42ae5ff27f432917328828468
gdb, ada: collect standard exceptions in all objfiles

When searching for standard exceptions for Ada, we lookup the minimal
symbol of each exception.  With linker namespaces there can be multiple
instances in different namespaces.  Collect them all.
gdb/ada-lang.c