From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20189 invoked by alias); 18 Feb 2011 19:54:41 -0000 Received: (qmail 20180 invoked by uid 22791); 18 Feb 2011 19:54:40 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 19:54:34 +0000 Received: (qmail 18230 invoked from network); 18 Feb 2011 19:54:33 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Feb 2011 19:54:33 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Fix for testsuite errors with gdbserver (remote) Date: Fri, 18 Feb 2011 20:26:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.6.0; x86_64; ; ) Cc: Keith Seitz , Pierre Muller References: <4D5C71F6.80208@vmware.com> <000901cbcf8b$a7e35b50$f7aa11f0$@muller@ics-cnrs.unistra.fr> <4D5EBF32.30802@redhat.com> In-Reply-To: <4D5EBF32.30802@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102181954.25496.pedro@codesourcery.com> 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: 2011-02/txt/msg00495.txt.bz2 On Friday 18 February 2011 18:49:22, Keith Seitz wrote: > On 02/18/2011 08:48 AM, Pierre Muller wrote: > > Inverting two lines in remote_close fixes hopefully this issue. > > At least using --target_board=native_gdbsderver.exp > > works again! > > Duh. I didn't even notice the subsequent call to reset inferior_ptid! > > I definitely like your patch better than the workaround I posted. I'm not convinced. It looks like a workaround for something the python exited observer isn't doing right. -- Pedro Alves