Remove global wrap_here function
authorTom Tromey <tom@tromey.com>
Fri, 31 Dec 2021 22:04:58 +0000 (15:04 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 26 Jan 2022 22:19:13 +0000 (15:19 -0700)
commit27d326da434d60056eae0d14c1f0175d0e121c2a
treef03d0251eee87288cc2b0a06a761af0bcd0d3d70
parent1285ce8629b37f800bf21731ee7c7a8b1b8d0233
Remove global wrap_here function

This removes the global wrap_here function, so that future calls
cannot be introduced.  Instead, all callers must use the method on the
appropriate ui_file.

This temporarily moves the implementation of this method to utils.c.
This will change once the remaining patches to untangle the pager have
been written.
gdb/ui-file.c
gdb/utils.c