From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28131 invoked by alias); 11 Aug 2010 13:22:54 -0000 Received: (qmail 28123 invoked by uid 22791); 11 Aug 2010 13:22:53 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Wed, 11 Aug 2010 13:22:49 +0000 Received: (qmail 7355 invoked from network); 11 Aug 2010 13:22:47 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Aug 2010 13:22:47 -0000 From: Pedro Alves To: Thomas Schwinge Subject: Re: [RFA/gdbserver] Unexpected EOF read from socket after inferior exits. Date: Wed, 11 Aug 2010 13:22:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.31-11-rt; KDE/4.4.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <1278451801-10588-1-git-send-email-brobecker@adacore.com> <87mxtlkgac.fsf@dirichlet.schwinge.homeip.net> <87k4nxz6om.fsf@dirichlet.schwinge.homeip.net> In-Reply-To: <87k4nxz6om.fsf@dirichlet.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201008111422.43804.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: 2010-08/txt/msg00143.txt.bz2 On Wednesday 11 August 2010 13:15:37, Thomas Schwinge wrote: > Here is a tested patch for gdbserver; OK to check in? Yes, thanks. Could you put this in the 7.2 branch as well? > Might some thing > similar be needed for GDB itself? I had a quick look, but couldn't spot > an equivalent problem. Nope. GDB already does this exactly how you're making gdbserver do (end of linux_nat_wait_1). -- Pedro Alves