From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46205 invoked by alias); 26 Jul 2018 12:38:06 -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 46194 invoked by uid 89); 26 Jul 2018 12:38:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: sessmg22.ericsson.net Received: from sessmg22.ericsson.net (HELO sessmg22.ericsson.net) (193.180.251.58) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jul 2018 12:38:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=ericsson.com; s=mailgw201801; c=relaxed/simple; q=dns/txt; i=@ericsson.com; t=1532608681; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Jc/ddifTInfBvBvqsWUNKXMOZH42LKZiKQQyAtYUJwY=; b=IAzaoaQlnfXp+di0z/yXxcyMCBm1FCAjQzliW34pwIv677tXSKzn6XGbKi+8ZolN cvw5290AaJ4i+3Rg8I9Jmf4TGQ2bLvxM88LQG5JW3qGy55iUF96U7yHd3aOIgFxG g7EodBQ/PbJoQ5AGUnUs7xTCLa37axgdFpXy9B4CMlM=; Received: from ESESSMB505.ericsson.se (Unknown_Domain [153.88.183.123]) by sessmg22.ericsson.net (Symantec Mail Security) with SMTP id BE.1C.31169.9A0C95B5; Thu, 26 Jul 2018 14:38:01 +0200 (CEST) Received: from ESESSMB503.ericsson.se (153.88.183.164) by ESESSMB505.ericsson.se (153.88.183.166) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Thu, 26 Jul 2018 14:38:01 +0200 Received: from NAM03-CO1-obe.outbound.protection.outlook.com (153.88.183.157) by ESESSMB503.ericsson.se (153.88.183.164) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Thu, 26 Jul 2018 14:38:01 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Jc/ddifTInfBvBvqsWUNKXMOZH42LKZiKQQyAtYUJwY=; b=FRHCZw96fR1RP8xiKt3UmaTkhbGqfZpeXNks6imEyHr8LqqDn0hn6qZeGcC+5yqUY3uWznrlw5QnpB3WBwIVBGq30eEv2NoszP6iEnFwkOKqiRjzNdiZ7F+MikS/9/Way1U3jbCBmaDj2P4UoWTHXxtnZIKwfza9Rl1by6su+oQ= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [142.133.60.48] (192.75.88.130) by BN7PR15MB2388.namprd15.prod.outlook.com (2603:10b6:406:8c::26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.973.21; Thu, 26 Jul 2018 12:37:58 +0000 Subject: Re: [PATCH 3/3] Add DWARF index cache To: Tom Tromey CC: References: <1531173351-6351-1-git-send-email-simon.marchi@ericsson.com> <1531173351-6351-4-git-send-email-simon.marchi@ericsson.com> <87in5317b1.fsf@tromey.com> From: Simon Marchi Message-ID: <620ca637-bb1c-d749-7503-aca0ef480415@ericsson.com> Date: Thu, 26 Jul 2018 12:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <87in5317b1.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-Path: simon.marchi@ericsson.com Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00724.txt.bz2 On 2018-07-25 02:47 PM, Tom Tromey wrote: > I think it would be good to file bugs for the future features you > mentioned in the email. Just a precision, I'll do this once (if) the patch is merged, since it wouldn't make sense to have issues about a feature that was never merged. Simon