]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Simplify some symbol searches in Ada code
authorTom Tromey <tom@tromey.com>
Fri, 17 Nov 2023 01:02:14 +0000 (18:02 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:16 +0000 (10:58 -0700)
commit54d186cf6554099057d76c7a4df730423eefe977
treea86127bf5778dacd1f21124ab9a9a17014c3e99e
parent974b36c2ae2b351d022cc62579656f722da6e17a
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.
gdb/ada-exp.y
gdb/ada-lang.c
gdb/dwarf2/ada-imported.c