Return bool from more value methods
authorTom Tromey <tom@tromey.com>
Tue, 14 Feb 2023 17:21:58 +0000 (10:21 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 15 Feb 2023 22:07:08 +0000 (15:07 -0700)
commitb59ff01d87bba785fadcd1da38da168b36289eba
tree29bbba9813aa86980fedd87884aea34427d7e6d5
parent19124154b94ef0846139034b7fe3b6f2af0525a2
Return bool from more value methods

There are several more value methods that currently return 'int' but
that should return 'bool'.  This patch updates these.

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