From: Joel Brobecker <brobecker@adacore.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA/RFC] new setting against auto-answer? (because "input not from terminal")
Date: Sat, 25 Oct 2008 15:46:00 -0000 [thread overview]
Message-ID: <20081025154528.GE29998@adacore.com> (raw)
In-Reply-To: <ur665m75e.fsf@gnu.org>
> Is the problem with isatty returning the wrong value? If so, did you
> (or can you) try the following trick?
>
> #define ISATTY(fd) (isatty(fd) && lseek(fd,SEEK_CUR,0) == -1)
>
> and then use ISATTY instead of isatty?
That wouldn't work, unfortunately, because the problem is that isatty
returns zero. In the case of ssh to cygwin sshd, it's expected, since
my understanding is that cygwin uses pipes. There is also another
context that we use to run GDB, which is GPS. I need to double-check
with one of my collegues in Spain, but I believe that GPS creates a
console, and somehow MinGW's isatty also returns zero.
I assume that the first issue (with cygwin sshd) is fixable, since
running cygwin's GDB, the debugger detects a "terminal" and runs in
the right mode. I'll take a look at the sources and see if I can find
something.
In the second case, I don't really know. Perhaps fixing the first
case will fix this one as well.
--
Joel
next prev parent reply other threads:[~2008-10-25 15:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-25 1:05 Joel Brobecker
2008-10-25 1:41 ` Paul Hilfinger
2008-10-25 2:00 ` Joel Brobecker
2008-10-25 8:06 ` Eli Zaretskii
2008-10-25 15:46 ` Joel Brobecker [this message]
2008-10-25 16:24 ` Daniel Jacobowitz
2008-10-25 17:46 ` Eli Zaretskii
2008-10-26 18:17 ` Joel Brobecker
2008-10-25 13:57 ` Tom Tromey
2008-11-16 8:17 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081025154528.GE29998@adacore.com \
--to=brobecker@adacore.com \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox