From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19272 invoked by alias); 17 May 2013 06:48:23 -0000 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 Received: (qmail 19262 invoked by uid 89); 17 May 2013 06:48:23 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 17 May 2013 06:48:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 25BCA2EAB4 for ; Fri, 17 May 2013 02:48:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ViqufOqXBlOU for ; Fri, 17 May 2013 02:48:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A35C32E14A for ; Fri, 17 May 2013 02:48:20 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 65A7FC25F1; Fri, 17 May 2013 10:48:13 +0400 (RET) Date: Fri, 17 May 2013 06:48:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Checked in: [RFA] gdbserver/lynx178: spurious SIG61 signal when resuming inferior. Message-ID: <20130517064813.GG4017@adacore.com> References: <1368441986-14478-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368441986-14478-1-git-send-email-brobecker@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00668.txt.bz2 > gdbserver/ChangeLog: > > * lynx-low.c (struct process_info_private): New type. > (lynx_add_process): New function. > (lynx_create_inferior, lynx_attach): Replace calls to > add_process by calls to lynx_add_process. > (lynx_resume): If PTID is null, then try using > current_process()->private->last_wait_event_ptid. > Add comments. > (lynx_clear_inferiors): Delete. The contents of that function > has been inlined in lynx_mourn; > (lynx_wait_1): Save the ptid in the process's private data. > (lynx_mourn): Free the process' private data. Replace call > to lynx_clear_inferiors by call to clear_inferiors. Checked in. -- Joel