From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10115 invoked by alias); 29 Jan 2008 19:38:14 -0000 Received: (qmail 10107 invoked by uid 22791); 29 Jan 2008 19:38:14 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jan 2008 19:37:51 +0000 Received: by py-out-1112.google.com with SMTP id v53so2574924pyh.33 for ; Tue, 29 Jan 2008 11:37:49 -0800 (PST) Received: by 10.35.33.5 with SMTP id l5mr8334424pyj.30.1201635469053; Tue, 29 Jan 2008 11:37:49 -0800 (PST) Received: by 10.35.36.15 with HTTP; Tue, 29 Jan 2008 11:37:48 -0800 (PST) Message-ID: <8f2776cb0801291137s76d7b23cm6b68afd619bb71fe@mail.gmail.com> Date: Tue, 29 Jan 2008 19:55:00 -0000 From: "Jim Blandy" To: "Jim Blandy" , gdb-patches@sourceware.org Subject: Re: RFA: Recognize 'unknown host' errors when connecting to gdbserver In-Reply-To: <20080129170339.GB2815@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080129170339.GB2815@caradoc.them.org> X-Google-Sender-Auth: 5c216190b0bcdc0d X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00716.txt.bz2 On Jan 29, 2008 9:03 AM, Daniel Jacobowitz wrote: > On Thu, Dec 20, 2007 at 12:25:41PM -0800, Jim Blandy wrote: > > > > This patch makes the GDB test suite not hang when trying to connect to > > gdbserver. Granted, looking up 'localhost' shouldn't give an error; > > why that happens on my machine is a separate question. > > > > gdb/testsuite/ChangeLog: > > 2007-12-20 Jim Blandy > > > > * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown > > host' errors. > > * lib/mi-support.exp (mi_gdb_target_cmd): Same. > > Looks OK, though your indentation doesn't match the neighbors. I fixed up the indentation and committed --- thanks.