From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13640 invoked by alias); 13 Aug 2010 16:31:59 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 13629 invoked by uid 22791); 13 Aug 2010 16:31:58 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Tom Tromey To: Roland McGrath Cc: Oleg Nesterov , archer@sourceware.org, utrace-devel@redhat.com Subject: Re: problems with v3 References: <20100811235810.GA9783@redhat.com> <20100812011113.GA13212@redhat.com> <20100812023750.GA17011@redhat.com> <20100812235228.GA15051@redhat.com> <20100813015844.B7703400E3@magilla.sf.frob.com> <20100813082949.93D1E400E3@magilla.sf.frob.com> Date: Fri, 13 Aug 2010 16:31:00 -0000 In-Reply-To: <20100813082949.93D1E400E3@magilla.sf.frob.com> (Roland McGrath's message of "Fri, 13 Aug 2010 01:29:49 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q3/txt/msg00111.txt.bz2 Roland> However, I think the test you probably want is !S_ISCHR. Thanks. I wasn't sure. Roland> Actually, better yet, just make it !isatty (fd). Ok. I made a new branch, 'archer-ugdb'. This patch is there. (Actually 2 patches due to me not reading carefully enough the first time -- but whatever.) Oleg, use this branch and give the feature a try. We can push whatever fixes or hacks you need to this branch. I can also merge from gdb's master as needed. Tom