From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id JqupHkk98F+rYAAAWB0awg (envelope-from ) for ; Sat, 02 Jan 2021 04:30:49 -0500 Received: by simark.ca (Postfix, from userid 112) id 6D9291F0AA; Sat, 2 Jan 2021 04:30:49 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=FORGED_MUA_MOZILLA, FREEMAIL_FROM,MAILING_LIST_MULTI,MSGID_FROM_MTA_HEADER,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id CE5341E965 for ; Sat, 2 Jan 2021 04:30:48 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CD756385802A; Sat, 2 Jan 2021 09:30:47 +0000 (GMT) Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-oln040092074030.outbound.protection.outlook.com [40.92.74.30]) by sourceware.org (Postfix) with ESMTPS id CA684385802A for ; Sat, 2 Jan 2021 09:30:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CA684385802A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=hotmail.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bernd.edlinger@hotmail.de ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NpbqDW/Uc3I/AF+VFD4+/SnQXLRT91QRZTvBMK4rze098Ggw7poxacB+XHfl0nO2RTON7kMmOKhcbJqhukA9k4J0GIOLvAet/9DLIeVPS2zrJoQZQCNVAfawxRYVeDa/weFZCJ3xoYdiymkV3u82q5BSFVfTtHKZEZyXku12bnOmhKYrXRj+VBJPbi5rIsENEes552rSeZXhmESG3LZjEwrltn7aArlZT5iMCQf8eooiqUH5v+uXwhLV6r1fCJahl51OrUBNNtXm1rxM6WgP+VI1dK/U8vstGrQP5j/8c2SEt5Ds4VWooGIbplAqQNlTAM3bjeiDzSSVHsQed6rMmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DVcNr/MLFP38MCqDUUro3gNBqztaelfbnOzVSEiKl7E=; b=PpyCYgghL2YQFkTwDMqCKOzKAIlfA3htmcUVFe2cChrH684si7u/xcvI8jnlxGttn6nTTeRhsZ921xsfO4F3s0JKfyu8Wr1QvZtiatHpuzzFIVT7kSctRiFof2KG5SJGXpE1F4LDgGMiLU2HhuQqbltGUhiDU17QgXP7NyfzEbFWREuYf1O1uCYuYIXRcs6eq50n6iQC1Vmv65/qw9QISELNb94lwWak2YTMN+0rnEiiGGvDcZvMJ1RuAHp8WN/P1W9s1jp4cWgeQ5bxO9Je5eqXGDSq7XNmX3s/WysUC1irWOoYDuA7iT1D42pPQo64qJG6as49AxpB/kInMRz4bA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none Received: from DB3EUR04FT014.eop-eur04.prod.protection.outlook.com (2a01:111:e400:7e0c::52) by DB3EUR04HT050.eop-eur04.prod.protection.outlook.com (2a01:111:e400:7e0c::323) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3721.20; Sat, 2 Jan 2021 09:30:43 +0000 Received: from AM0PR0602MB3410.eurprd06.prod.outlook.com (2a01:111:e400:7e0c::51) by DB3EUR04FT014.mail.protection.outlook.com (2a01:111:e400:7e0c::278) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3721.20 via Frontend Transport; Sat, 2 Jan 2021 09:30:43 +0000 X-IncomingTopHeaderMarker: OriginalChecksum:10808CEBF31A84A4940CA0C07BBA891228052D0C0B4BED8F6D58E77E1DB30545; UpperCasedChecksum:F00A8C29E91C5B27ED6297650C3680961D9D6E45F8CA7E545C1D0AF03D932C13; SizeAsReceived:7928; Count:47 Received: from AM0PR0602MB3410.eurprd06.prod.outlook.com ([fe80::60c8:86c2:bdaa:f0d2]) by AM0PR0602MB3410.eurprd06.prod.outlook.com ([fe80::60c8:86c2:bdaa:f0d2%3]) with mapi id 15.20.3721.023; Sat, 2 Jan 2021 09:30:43 +0000 Subject: Re: [PATCH v6] Fix range end handling of inlined subroutines To: Simon Marchi , "gdb-patches@sourceware.org" References: From: Bernd Edlinger Message-ID: Date: Sat, 2 Jan 2021 10:30:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TMN: [IhJVoyptwCTnmxUKwjTOWzKfIkLOLX3b] X-ClientProxiedBy: AM8P189CA0009.EURP189.PROD.OUTLOOK.COM (2603:10a6:20b:218::14) To AM0PR0602MB3410.eurprd06.prod.outlook.com (2603:10a6:208:21::24) X-Microsoft-Original-Message-ID: MIME-Version: 1.0 X-MS-Exchange-MessageSentRepresentingType: 1 Received: from [192.168.1.101] (88.68.3.2) by AM8P189CA0009.EURP189.PROD.OUTLOOK.COM (2603:10a6:20b:218::14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3721.20 via Frontend Transport; Sat, 2 Jan 2021 09:30:42 +0000 X-MS-PublicTrafficType: Email X-IncomingHeaderCount: 47 X-EOPAttributedMessage: 0 X-MS-Office365-Filtering-Correlation-Id: 481b9ee4-1fb9-4601-f3d0-08d8af0113cc X-MS-TrafficTypeDiagnostic: DB3EUR04HT050: X-Microsoft-Antispam: BCL:0; X-Microsoft-Antispam-Message-Info: d4Qu8/Squist06LPa4404MM537v4+FRbz4u96uQFPabIiGxueDx8zmt+bjdMs/ZzDoGGVvCFd8JDaa5l7uup+ALo0kuAK6gZ23UeIL7xhHZu4qq4vKcf8Sr8v8rYXsWYFvCentaKv9iQEu9F0LESQgTOeBvo4Cqa7CWe2MFK4KTZeR3OPXybdHIVmOECvBkifUz8WwHe0epSXCnt9P83gmIECg30zXeJPSo9vYY5nUjOqIFCGcMUS+RI+qlgnBas X-MS-Exchange-AntiSpam-MessageData: MimuOer6ogn+EyiNa7y+wc2WT4erFwihL8KcBZlSdEy53Ty7n8C/VmudvzekhrQFzp9HyK9GsINltV0qs+BvtFYPGJzfVLoyHZbDqqdMeFESy+RgDgS8+QXOaYwXDONuHBP7W4IesF+gz1eDDcblWg== X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 02 Jan 2021 09:30:43.4222 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-Network-Message-Id: 481b9ee4-1fb9-4601-f3d0-08d8af0113cc X-MS-Exchange-CrossTenant-AuthSource: DB3EUR04FT014.eop-eur04.prod.protection.outlook.com X-MS-Exchange-CrossTenant-AuthAs: Anonymous X-MS-Exchange-CrossTenant-FromEntityHeader: Internet X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB3EUR04HT050 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 1/1/21 8:41 PM, Simon Marchi wrote: > On 2021-01-01 4:57 a.m., Bernd Edlinger wrote: >> Hi, >> >> this is the main part of the patch, which fixes the range end handling, >> and depends on the is_weak line table flag from the previous patch. >> >> I moved the entry_pc handling fix to a follow-up patch, as the >> test cases do not depend on it. >> >> >> Thanks >> Bernd. >> > > This patch depends on the other one ("Introduce a new line table flag is_weak"), > right? Could you send it as a series? Normally, that's easily done using > git-send-email, although you don't seem to use git-send-email. > Yes. Will do that next time. > Simon >