From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2324 invoked by alias); 25 Aug 2015 15:48:05 -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 2231 invoked by uid 89); 25 Aug 2015 15:48:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 25 Aug 2015 15:48:03 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id E5660461E4 for ; Tue, 25 Aug 2015 15:48:01 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-22.ams2.redhat.com [10.36.116.22]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7PFlwBI027186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 25 Aug 2015 11:48:00 -0400 Date: Tue, 25 Aug 2015 15:48:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [commit+7.10] signal_command: Leftover cleanup chain regression [Re: [PATCH 4/4] PR gdb/17471: Repeating a background command makes it foreground] Message-ID: <20150825154758.GB31609@host1.jankratochvil.net> References: <1412877629-12052-1-git-send-email-palves@redhat.com> <1412877629-12052-5-git-send-email-palves@redhat.com> <20150804082849.GA24816@host1.jankratochvil.net> <55C079B6.8070606@redhat.com> <20150804114859.GB3715@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150804114859.GB3715@host1.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00729.txt.bz2 On Tue, 04 Aug 2015 13:48:59 +0200, Jan Kratochvil wrote: > On Tue, 04 Aug 2015 10:37:10 +0200, Pedro Alves wrote: > > OK. > > master > c6343a91d94e9516afe56dfe85e435922bd9ea04 > 7.10 > 9b811c1bcd75c471d799a05122e3ae140b2a34ae That 7.10 was not pushed, so it is pushed to 7.10 now as: 3ba0344e56ef739808615be5ca319f82c2a83855 Jan