From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112012 invoked by alias); 28 May 2019 09:39:43 -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 111970 invoked by uid 89); 28 May 2019 09:39:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HCC:D*com, delay X-HELO: EUR01-VE1-obe.outbound.protection.outlook.com Received: from mail-eopbgr140040.outbound.protection.outlook.com (HELO EUR01-VE1-obe.outbound.protection.outlook.com) (40.107.14.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 May 2019 09:39:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YoeOqP4PvWPOxaXGK8jA/ZdfKlTtTEXMo3WE6e8/bjQ=; b=zccUKsnhu/OZbunOGtKvRqZ9eSsGNxdZ+QFZaxOvRIIpYeFFxSJ2q9JoXNBkwvwPTHojNs5YGXmNyKri0xO2VuGyo8kItdoMbR5tkFoq3fmF7KhDfvtJ26HGf9Wwfop3Df5cdO3Lk1lPYMOMeTgXHsV2y0cnZ53yoBBSsJNlpHY= Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com (10.172.227.22) by DB6PR0802MB2407.eurprd08.prod.outlook.com (10.172.251.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1900.18; Tue, 28 May 2019 09:39:38 +0000 Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::8c26:bb4b:6c93:9d40]) by DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::8c26:bb4b:6c93:9d40%2]) with mapi id 15.20.1922.021; Tue, 28 May 2019 09:39:38 +0000 From: Alan Hayward To: Pedro Alves , Andrew Burgess CC: "gdb-patches@sourceware.org" , nd Subject: Re: [PATCH] Supress SIGTTOU when handling errors Date: Tue, 28 May 2019 09:39:00 -0000 Message-ID: <73EE75AA-7C1D-41E1-A419-B204ED82B814@arm.com> References: <20190516155150.71826-1-alan.hayward@arm.com> <20190516180640.GS2568@embecosm.com> <3935437B-CD4F-4474-B84A-05859CE822DF@arm.com> <7483f478-44d2-b2ce-b0cb-3e984054305a@redhat.com> <20190526224253.GA5667@embecosm.com> <4e3c7da9-ac41-f3d5-edb6-3dbb2f4e1f3e@redhat.com> In-Reply-To: <4e3c7da9-ac41-f3d5-edb6-3dbb2f4e1f3e@redhat.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=Alan.Hayward@arm.com; x-ms-oob-tlc-oobclassifiers: OLM:8882; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="us-ascii" Content-ID: <7E4E94D052775F4B85CBA92A38B0D41E@eurprd08.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00598.txt.bz2 > On 27 May 2019, at 19:03, Pedro Alves wrote: >=20 > On 5/26/19 11:42 PM, Andrew Burgess wrote: >> * Alan Hayward [2019-05-24 12:36:43 +0000]: >>=20 >=20 >>> Ok, agreed. >>>=20 >>> Any objections to me pushing the original patch then? >>=20 >> Not from me. >>=20 >> Sorry for any delay I caused in getting the patch merged. >=20 > Not at all. It was an interesting discussion and revealed that we > need to clean up and clarify some comments at least. >=20 > Thanks, > Pedro Alves Ditto with what Pedro said, and pushed. Alan.