Change value::m_initialized to bool
authorTom Tromey <tom@tromey.com>
Tue, 14 Feb 2023 16:40:35 +0000 (09:40 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 15 Feb 2023 22:07:07 +0000 (15:07 -0700)
commita7c27481a077a32c5a7c5bce11904a60dcec7feb
treebbe89ce63f75f14d6913ff21f2863c254b08f78d
parenta5b210cb6980f6aa38ae339aeef40c82799822a1
Change value::m_initialized to bool

This changes value::m_initialized to be a bool and updates the various
uses.

Reviewed-By: Bruno Larsen <blarsen@redhat.com>
gdb/dwarf2/expr.c
gdb/dwarf2/expr.h
gdb/value.h