Re: new-ui and Windows
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Jonah Graham <[email protected]> > Date: Mon, 15 May 2017 13:38:40 +0100 > > I would like to know if new-ui is supposed to work on Windows with > mingw host? The new-ui attempts to open a tty with > top.c:open_terminal_stream() which calls open(). On Windows, AFAIK, > this can only open a normal file. See the discussion which started here: https://sourceware.org/ml/gdb-patches/2016-03/msg00414.html