commit | 54d186cf6554099057d76c7a4df730423eefe977 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Nov 16 18:02:14 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Jan 28 10:58:16 2024 -0700 |
tree | a86127bf5778dacd1f21124ab9a9a17014c3e99e | |
parent | 974b36c2ae2b351d022cc62579656f722da6e17a [diff] |
Simplify some symbol searches in Ada code This changes some of the Ada code to simplify symbol searches. For example, if a function is being looked for, the search is narrowed to use SEARCH_FUNCTION_DOMAIN rather than SEARCH_VFT. In one spot, a search of the "struct" domain is removed, because Ada does not have a tag domain.