]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/p-valprint.c
Use bool constants for value_print_options
authorTom Tromey <tom@tromey.com>
Sun, 12 Jun 2022 20:13:22 +0000 (14:13 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 19 Dec 2022 15:18:59 +0000 (08:18 -0700)
commitdad6b350f986a58abe469f4584ac515e7ac17879
treed0112c62a3ff0ae9addccd5983035b443d8742a0
parent6829683679ce66f3ff3aa184609afa59ac349637
Use bool constants for value_print_options

This changes the uses of value_print_options to use 'true' and 'false'
rather than integers.
19 files changed:
gdb/ada-valprint.c
gdb/c-valprint.c
gdb/cp-valprint.c
gdb/dwarf2/read.c
gdb/guile/scm-pretty-print.c
gdb/guile/scm-value.c
gdb/infcmd.c
gdb/mi/mi-cmd-stack.c
gdb/mi/mi-main.c
gdb/p-valprint.c
gdb/printcmd.c
gdb/python/py-framefilter.c
gdb/python/py-prettyprint.c
gdb/python/py-value.c
gdb/riscv-tdep.c
gdb/rust-lang.c
gdb/stack.c
gdb/valprint.c
gdb/varobj.c