Fix a bug in DAP scopes code
authorTom Tromey <tromey@adacore.com>
Mon, 30 Oct 2023 16:23:35 +0000 (10:23 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 15:44:31 +0000 (08:44 -0700)
commite9dacb1d6caa5770d3e1722adc0ec74ff13a7a89
treecfe98514c91cf4e65405998b396b98ef251d2de7
parent4ead09a294adbb718d642874a554e78d931c2830
Fix a bug in DAP scopes code

While working on static links, I noticed that the DAP scopes code does
not handle the scenario where a frame decorator returns None.  This
situation should be handled identically to a frame decorator returning
an empty iterator.
gdb/python/lib/gdb/dap/scopes.py