Don't call QUIT in read_string
authorTom Tromey <tromey@adacore.com>
Tue, 12 Apr 2022 20:40:16 +0000 (14:40 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 14 Apr 2022 18:12:34 +0000 (12:12 -0600)
commit94ea6ddb944d985890632708865ffef4436f98c3
tree2c4dd406e0e71bcb7d8d9607046ab8b087424c60
parenta69599e68bf243a50b6aee3a63ed48ada1f9c8cc
Don't call QUIT in read_string

read_string does not need to call QUIT, because target_read_memory
already does.  This change is needed to make string-reading usable by
gdbserver.
gdb/valprint.c