Introduce wrapped_file
authorTom Tromey <tom@tromey.com>
Tue, 5 Apr 2022 13:44:59 +0000 (07:44 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 5 Apr 2022 20:46:14 +0000 (14:46 -0600)
commitc269d90a4905f313c538ed1caf182b8d48ff1f30
tree54dd3c55151325710c29f0be05d74611caf22ca3
parent4815d6125ec580cc02a1094d61b8c9d1cc83c0a1
Introduce wrapped_file

Simon pointed out that timestamped_file probably needed to implement a
few more methods.  This patch introduces a new file-wrapping file that
forwards most of its calls, making it simpler to implement new such
files.  It also converts timestamped_file and pager_file to use it.

Regression tested on x86-64 Fedora 34.
gdb/pager.h
gdb/ui-file.h