Define symbol::value_block separately
authorTom Tromey <tromey@adacore.com>
Mon, 19 Dec 2022 18:01:48 +0000 (11:01 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 12 May 2023 19:25:28 +0000 (13:25 -0600)
commitbb051d7a307ee7a53905d1d1cb08f30f70eeba3f
treef5f549385e6651acdc44bac08b0ac6b93b39f8ac
parent658d5e0c6184a4f07f40c6d4d1aacfdeafd44d6a
Define symbol::value_block separately

This moves the definition of symbol::value_block outside of the class.
A subsequent patch will change this method to use SYMBOL_BLOCK_OPS,
and it seemed simplest to move this method out-of-line, and cleaner to
do this as a separate change.
gdb/symtab.h