Refactor code to check for terminal sharing
authorTom Tromey <tromey@adacore.com>
Mon, 5 Dec 2022 18:15:09 +0000 (11:15 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 13 Dec 2022 19:51:53 +0000 (12:51 -0700)
commitc1dc47f53cccf633f3079db25a5b41adaee940a8
treebdb940e44ce7ef19ab04332f559cae02a730edb8
parentd2f803afd5a3ae16933a3adb8dca9b16a01551ce
Refactor code to check for terminal sharing

This refactors the code to check for terminal sharing.
is_gdb_terminal is exported, and sharing_input_terminal_1 is renamed,
slightly refactored, and moved to posix-hdep.c.  A new
Windows-specific implementation of this function is added to
mingw-hdep.c.

MSDN has a warning about GetConsoleProcessList

    This API is not recommended and does not have a virtual terminal
    equivalent. [...] Applications remoting via cross-platform
    utilities and transports like SSH may not work as expected if
    using this API.

However, we believe this isn't likely to be an issue for gdb.
gdb/inferior.h
gdb/inflow.c
gdb/mingw-hdep.c
gdb/posix-hdep.c