From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3226 invoked by alias); 29 Feb 2004 16:46:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3218 invoked from network); 29 Feb 2004 16:46:16 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 29 Feb 2004 16:46:16 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AxU52-00047h-ID for ; Sun, 29 Feb 2004 11:46:16 -0500 Date: Sun, 29 Feb 2004 16:46:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [patch/gdbserver] Be slightly more verbose Message-ID: <20040229164616.GB15749@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040228180627.GA16692@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040228180627.GA16692@nevyn.them.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00889.txt.bz2 On Sat, Feb 28, 2004 at 01:06:27PM -0500, Daniel Jacobowitz wrote: > These patches normalize gdbserver's output in a couple of cases. Now, for > both normal and attach operation, and for both serial and TCP operation, > gdbserver will print out one line of output before it is ready for input > and another line of output after it is ready for input, without blocking. > This lets me update the test harness to not issue "target remote" until > gdbserver is actually ready for a connection; on very slow targets, like the > one I've been using all week, this can prevent time-consuming retries. > No change in testsuite results, just a nice change in testsuite run time. > > Will commit in a bit. > 2004-02-28 Daniel Jacobowitz > > * remote-utils.c (remote_open): Print a status notice after > opening a TCP port. > * server.c (attach_inferior): Print a status notice after > attaching. I've checked this in on HEAD. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer