Filter out types from DAP scopes request
authorTom Tromey <tromey@adacore.com>
Thu, 6 Apr 2023 12:56:11 +0000 (06:56 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 5 May 2023 19:55:59 +0000 (13:55 -0600)
commit28b59491b896a0d0af2946533a1e8f122acda408
tree4ae902031025672ab79876a4699ac3c5272e5f85
parent100c7a99a5d4c30bb73d49a65eb45d1039646eaa
Filter out types from DAP scopes request

The DAP scopes request examines the symbols in a block tree, but
neglects to omit types.  This patch fixes the problem.
gdb/python/lib/gdb/dap/scopes.py
gdb/testsuite/gdb.dap/scopes.c