Simplify execute_control_commands_to_string
authorTom Tromey <tom@tromey.com>
Sat, 25 Dec 2021 05:05:38 +0000 (22:05 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 5 Jan 2022 17:19:45 +0000 (10:19 -0700)
commit63a8c05f09703cb30ca7e87e6bacf569ec6a472d
tree441e2c66812c03e9e1061e3af506fbbebd8fef83
parentffcc2b69d1a516f55ede0e12a8847913651ea588
Simplify execute_control_commands_to_string

execute_control_commands_to_string can be rewritten in terms of
execute_fn_to_string, which consolidates some knowledge about which
streams to redirect.

Regression tested on x86-64 Fedora 34.
gdb/cli/cli-script.c