From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7209 invoked by alias); 25 Mar 2019 16:58:27 -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 6259 invoked by uid 89); 25 Mar 2019 16:58:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.3 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:619, !!! X-HELO: EUR04-HE1-obe.outbound.protection.outlook.com Received: from mail-eopbgr70047.outbound.protection.outlook.com (HELO EUR04-HE1-obe.outbound.protection.outlook.com) (40.107.7.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Mar 2019 16:58:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=n0jY8LGDx+gqev4GRrMNssjc9sSN212T6OeBktWSwTs=; b=r3M5L4qqUI1UZbi5hAOP5FKc2Va0rp4HUHT+yqjhe6q38i9ItI6VCMbDbND6PNb7EtLSssCzBrQi1osI4vA/qui5xQLuBBw4W/ZoXdnhSCuMlyjiuwgMrRByned4CBMnj3i9wCO7PGIv3vSTIAttgVCU9ZIevvO4Fskj11MfnmE= Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com (10.172.227.22) by DB6PR0802MB2166.eurprd08.prod.outlook.com (10.172.227.140) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1730.15; Mon, 25 Mar 2019 16:58:22 +0000 Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::2083:2d62:84fa:a547]) by DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::2083:2d62:84fa:a547%3]) with mapi id 15.20.1730.019; Mon, 25 Mar 2019 16:58:22 +0000 From: Alan Hayward To: Tom Tromey CC: "gdb-patches@sourceware.org" , nd Subject: Re: [PATCH] infun debug: Use correct target pid Date: Mon, 25 Mar 2019 16:58:00 -0000 Message-ID: <4592505B-96DA-443B-B343-00BBBBDB777D@arm.com> References: <20190325161820.15406-1-alan.hayward@arm.com> <875zs6kjq3.fsf@tromey.com> In-Reply-To: <875zs6kjq3.fsf@tromey.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=Alan.Hayward@arm.com; x-ms-exchange-purlcount: 1 received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="utf-8" Content-ID: <519B0096467BA2438623E755DD721CED@eurprd08.prod.outlook.com> Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00553.txt.bz2 DQoNCj4gT24gMjUgTWFyIDIwMTksIGF0IDE2OjIxLCBUb20gVHJvbWV5IDx0 b21AdHJvbWV5LmNvbT4gd3JvdGU6DQo+IA0KPj4+Pj4+ICJBbGFuIiA9PSBB bGFuIEhheXdhcmQgPEFsYW4uSGF5d2FyZEBhcm0uY29tPiB3cml0ZXM6DQo+ IA0KPiBBbGFuPiBUaGUgaW5mcnVuIGRlYnVnIHJlYWRzIHRoZSBpZCBmb3Ig dGhlIGV4aXRlZCB0aHJlYWQgZnJvbSB0aGUgd3MgdmFsdWUuDQo+IEFsYW4+ IEhvd2V2ZXIsIHRoaXMgaXMgYWx3YXlzIDAsIGNhdXNpbmcgYW4gYXNzZXJ0 IGluIGZpbmRfaW5mZXJpb3JfcGlkLg0KPiANCj4gQWxhbj4gSW5zdGVhZCwg dGhlIGlkIHNob3VsZCBiZSByZWFkIGZyb20gdGhlIHdhaXQgcmV0dXJuIHZh bHVlLg0KPiANCj4gRldJVyB0aGlzIGlzIGFscmVhZHkgYmVpbmcgZGlzY3Vz c2VkIGluIGFub3RoZXIgdGhyZWFkOg0KPiANCj4gaHR0cHM6Ly9zb3VyY2V3 YXJlLm9yZy9tbC9nZGItcGF0Y2hlcy8yMDE5LTAzL21zZzAwNTE2Lmh0bWwN Cj4gDQo+IFRvbQ0KDQohISEgIFllcywgSSB0b3RhbGx5IG1pc3NlZCB0aGF0 ISBDb21wbGV0ZSBjb2luY2lkZW5jZSB0b28uDQpJ4oCZbGwgZHJvcCBteSBw YXRjaC4NCg0KDQpBbGFuLg== >From gdb-patches-return-154866-listarch-gdb-patches=sources.redhat.com@sourceware.org Mon Mar 25 17:07:50 2019 Return-Path: Delivered-To: listarch-gdb-patches@sources.redhat.com Received: (qmail 56183 invoked by alias); 25 Mar 2019 17:07:50 -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 Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 56164 invoked by uid 89); 25 Mar 2019 17:07:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: EUR03-AM5-obe.outbound.protection.outlook.com Received: from mail-eopbgr30063.outbound.protection.outlook.com (HELO EUR03-AM5-obe.outbound.protection.outlook.com) (40.107.3.63) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Mar 2019 17:07:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KRLp18dUEYIicWdcd4LlOqGorkTUUBJgT4lWbShRZwo=; b=Mg+wqTX9HDBHG7CJBsB6dmnW8/qUgWthFNg1HVJoBnakeXv1uJy9yLSekApnlUKOw4wP3HNkQntygji+KiIM/Q/KHS86WV1pzkkn0YXY2tniXJX6tvmTnXKrlxBuIESQfJJUoyKaP9wEN97TIoDTQk3137BXi31pnxlY0MuKvno= Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com (10.172.227.22) by DB6PR0802MB2519.eurprd08.prod.outlook.com (10.172.251.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1730.18; Mon, 25 Mar 2019 17:07:45 +0000 Received: from DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::2083:2d62:84fa:a547]) by DB6PR0802MB2133.eurprd08.prod.outlook.com ([fe80::2083:2d62:84fa:a547%3]) with mapi id 15.20.1730.019; Mon, 25 Mar 2019 17:07:45 +0000 From: Alan Hayward To: "gdb-patches@sourceware.org" CC: nd , Alan Hayward Subject: [OBV][PATCH] Fix s390 build Date: Mon, 25 Mar 2019 17:07:00 -0000 Message-ID: <20190325170728.18013-1-alan.hayward@arm.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=Alan.Hayward@arm.com; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00554.txt.bz2 Content-length: 578 Add missing include. [ Missed this because it's not in a target-all build. Apologies. ] 2019-03-25 Alan Hayward * s390-linux-nat.c: Add include. --- gdb/s390-linux-nat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c index 3a3afae7a6..e2f13def9d 100644 --- a/gdb/s390-linux-nat.c +++ b/gdb/s390-linux-nat.c @@ -42,6 +42,7 @@ #include #include #include "inf-ptrace.h" +#include "linux-tdep.h" =20 /* Per-thread arch-specific data. */ =20 --=20 2.17.2 (Apple Git-113)