]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use bool in map_matching_symbols
authorTom Tromey <tromey@adacore.com>
Wed, 15 Apr 2026 14:02:17 +0000 (08:02 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 8 May 2026 13:53:23 +0000 (07:53 -0600)
commite079df53007defb3ab6e4ce8f353138bc8aef86a
tree3291a7bf608d6787657e1556b5c35509072e167a
parentdc8b4ba4ec349ccba0dcc481a652c521c4df5e09
Use bool in map_matching_symbols

This changes ada-lang.c:map_matching_symbols to take a bool parameter,
then fixes up the callers.

Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/ada-lang.c