]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce generic_value_print_char
authorTom Tromey <tom@tromey.com>
Fri, 13 Mar 2020 23:39:52 +0000 (17:39 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 14 Mar 2020 00:03:41 +0000 (18:03 -0600)
commit3eec3b05b9ecf5e726c606f0bba916e095dcbe98
tree6e52f74f8c5f2e29755dd6ea24f919ce292cc9b4
parentfdddfccba1cc4f70089873441b7e6c38de09ae37
Introduce generic_value_print_char

This adds generic_value_print_char, a value-based analogue of
generic_val_print_char.

gdb/ChangeLog
2020-03-13  Tom Tromey  <tom@tromey.com>

* valprint.c (generic_value_print_char): New function
(generic_value_print): Use it.
gdb/ChangeLog
gdb/valprint.c