From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10516 invoked by alias); 7 Mar 2004 14:14:49 -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 10509 invoked from network); 7 Mar 2004 14:14:49 -0000 Received: from unknown (HELO smtp.mba.ocn.ne.jp) (210.190.142.172) by sources.redhat.com with SMTP; 7 Mar 2004 14:14:49 -0000 Received: from localhost (p3201-ipad32funabasi.chiba.ocn.ne.jp [221.189.135.201]) by smtp.mba.ocn.ne.jp (Postfix) with ESMTP id 493455955; Sun, 7 Mar 2004 23:14:48 +0900 (JST) Date: Sun, 07 Mar 2004 14:14:00 -0000 Message-Id: <20040307.232227.25481372.anemo@mba.ocn.ne.jp> To: drow@false.org Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix handle_inferior_event nostop signal handling for threads From: Atsushi Nemoto In-Reply-To: <20040307010654.GA10796@nevyn.them.org> References: <20040307010654.GA10796@nevyn.them.org> X-Fingerprint: 6ACA 1623 39BD 9A94 9B1A B746 CA77 FE94 2874 D52F X-Pgp-Public-Key: http://wwwkeys.pgp.net/pks/lookup?op=get&search=0x2874D52F Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00134.txt >>>>> On Sat, 6 Mar 2004 20:06:54 -0500, Daniel Jacobowitz said: drow> Atsushi-san, could you verify that this patch still fixes your drow> problem? ... drow> If this works for you I'll commit it to HEAD. I'm not sure if drow> it's safe for the branch. No regressions on native i686-linux, drow> and it fixes a quirk that the previous patch I sent you drow> introduced (we could sometimes fail to print about a drow> pass/print/nostop signal). Thank you, it's OK for me. I also had found that the quirk and now it seems to be fixed also. --- Atsushi Nemoto From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10516 invoked by alias); 7 Mar 2004 14:14:49 -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 10509 invoked from network); 7 Mar 2004 14:14:49 -0000 Received: from unknown (HELO smtp.mba.ocn.ne.jp) (210.190.142.172) by sources.redhat.com with SMTP; 7 Mar 2004 14:14:49 -0000 Received: from localhost (p3201-ipad32funabasi.chiba.ocn.ne.jp [221.189.135.201]) by smtp.mba.ocn.ne.jp (Postfix) with ESMTP id 493455955; Sun, 7 Mar 2004 23:14:48 +0900 (JST) Date: Fri, 19 Mar 2004 00:09:00 -0000 Message-ID: <20040307.232227.25481372.anemo@mba.ocn.ne.jp> To: drow@false.org Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix handle_inferior_event nostop signal handling for threads From: Atsushi Nemoto In-Reply-To: <20040307010654.GA10796@nevyn.them.org> References: <20040307010654.GA10796@nevyn.them.org> X-Fingerprint: 6ACA 1623 39BD 9A94 9B1A B746 CA77 FE94 2874 D52F X-Pgp-Public-Key: http://wwwkeys.pgp.net/pks/lookup?op=get&search=0x2874D52F Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00134.txt.bz2 Message-ID: <20040319000900.vRyHmQjQCsCFf9g8vd-2_SJaiqd9nEDo2z4_edkJy8U@z> >>>>> On Sat, 6 Mar 2004 20:06:54 -0500, Daniel Jacobowitz said: drow> Atsushi-san, could you verify that this patch still fixes your drow> problem? ... drow> If this works for you I'll commit it to HEAD. I'm not sure if drow> it's safe for the branch. No regressions on native i686-linux, drow> and it fixes a quirk that the previous patch I sent you drow> introduced (we could sometimes fail to print about a drow> pass/print/nostop signal). Thank you, it's OK for me. I also had found that the quirk and now it seems to be fixed also. --- Atsushi Nemoto