Simplify FrameVars
authorTom Tromey <tromey@adacore.com>
Wed, 14 Jun 2023 14:32:08 +0000 (08:32 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 10 Jul 2023 19:17:30 +0000 (13:17 -0600)
commitf921fe93188991bf20fa2b9b5e7de6e591097b72
treed58ed5545d307c80c8fef980798e1d648882d244
parent4a1311ba0c46c673fd933375209da38e058982c6
Simplify FrameVars

FrameVars implements its own variant of Symbol.is_variable.  This
patch replaces this code.
gdb/python/lib/gdb/FrameDecorator.py