TUI stdout buffering cleanup
authorTom Tromey <tromey@adacore.com>
Thu, 11 Aug 2022 20:03:55 +0000 (14:03 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 31 Aug 2022 17:03:40 +0000 (11:03 -0600)
commit90621f6922ec7da513a2af46234bb5ae11a663ae
tree3c2dc40592e47eb79809ae6a2fbf215f402195b8
parentb8043d27217ff89abba733476cb71c3656f5722a
TUI stdout buffering cleanup

The TUI checks against gdb_stdout to decide when to buffer.  It seems
much cleaner to me to simply record this as an attribute of the stream
itself.
gdb/tui/tui-file.c
gdb/tui/tui-file.h
gdb/tui/tui-io.c