Let ui::input_fd be -1
authorTom Tromey <tromey@adacore.com>
Tue, 30 Aug 2022 17:30:13 +0000 (11:30 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 31 Aug 2022 16:42:51 +0000 (10:42 -0600)
commit51cacdb50fd2ac2240172a63140e56c0adb41742
tree836cba445806d7e9b152d31615b0a79bc423476e
parent4749b84b51bcaa59acfb8bda5d9e134432528cf9
Let ui::input_fd be -1

This changes gdb so that, if ui::input_fd is set to -1, then it will
not be registered with the event loop.  This is useful for the DAP
support code I wrote, but as it turns out to also be useful to
Insight, it seems best to check it in separately.
gdb/event-top.c
gdb/top.h