| commit | a55790e99235b39582a1c3e85199f8139612f24a | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Wed Aug 14 10:45:30 2024 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue Aug 20 07:58:06 2024 -0600 |
| tree | 6485d733e8157387c4a5c1a86087b80ea2b77d6e | |
| parent | 60202b0cedbec7bc692e926c9943ab7e7d2504ac [diff] |
Use SEARCH_FUNCTION_DOMAIN when looking for Ada exception symbols While working on another bug, I noticed that the Ada code to find exception symbols uses SEARCH_VFT. This will find variables and types -- but only functions are needed here. This patch changes the code to use SEARCH_FUNCTION_DOMAIN. Tested on x86-64 Fedora 38, using a version of GNAT with the debuginfo installed, to ensure the exception-related tests work. Reviewed-by: Keith Seitz <keiths@redhat.com>