From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14863 invoked by alias); 17 Sep 2019 20:39:37 -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 14854 invoked by uid 89); 17 Sep 2019 20:39:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SBL_CSS,SPF_PASS autolearn=no version=3.3.1 spammy=HX-Languages-Length:284 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Sep 2019 20:39:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mathworks.com; s=mimecast20180117; t=1568752771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u2BeOlUa9GCbsgZW9EJIH3LYopN7M1DjZXqCtTCS0sg=; b=KgrDW4DD/qLTJS8sExYBbuac14rkQkXBU9+eAjbeYaCBM2iigp8QfoRL6ivzfSJjB4lCGc cfxRbAcLIcAqUt63egS0vWSgj/Rjz7XC9AUEvpJxZp6vEysa2HrY+zAgCMrpP5nUW49z4A 9HIn76/JhDSuNFRhCjVpzLXeIJeLUOQ= Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01lp2050.outbound.protection.outlook.com [104.47.34.50]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-157-ivObdxNcOjebzDbIxLSDLw-1; Tue, 17 Sep 2019 16:39:29 -0400 Received: from DM6PR05MB4156.namprd05.prod.outlook.com (20.176.72.29) by DM6PR05MB4972.namprd05.prod.outlook.com (20.177.221.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2284.12; Tue, 17 Sep 2019 20:39:26 +0000 Received: from DM6PR05MB4156.namprd05.prod.outlook.com ([fe80::c0e:e3e2:676d:971d]) by DM6PR05MB4156.namprd05.prod.outlook.com ([fe80::c0e:e3e2:676d:971d%3]) with mapi id 15.20.2284.009; Tue, 17 Sep 2019 20:39:26 +0000 From: Mike Gulick To: Andrew Burgess CC: Mike Gulick , Eli Zaretskii , "gdb-patches@sourceware.org" Subject: Re: [RFC] Apply compilation dir to source_path lookup Date: Tue, 17 Sep 2019 20:39:00 -0000 Message-ID: References: <8058b501-9020-84f1-ecf4-b46bfe3b86e3@mathworks.com> <20190907235059.GN6076@embecosm.com> <4d9f4c81-8580-2b42-a434-389ed7655d7f@mathworks.com> <20190913013851.GT6076@embecosm.com> <835zlw1z45.fsf@gnu.org> <834l1g1wp7.fsf@gnu.org> <20190913224535.GX6076@embecosm.com> <82898bf2-3928-85a4-4f5f-cc9e194dd2a8@mathworks.com> <20190917202222.GA4962@embecosm.com> In-Reply-To: <20190917202222.GA4962@embecosm.com> x-ms-exchange-transport-forked: True x-ms-oob-tlc-oobclassifiers: OLM:4502; x-ms-exchange-senderadcheck: 1 Content-ID: <70C360EFA4654B4F874FD1DF55B162B9@namprd05.prod.outlook.com> MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: XKiPY3qcNjvWipdBjDHHKNHVDQ1XleSUsOo8IFIo1/YOjdykGyXJPwDEybQ2Ad1lukA/oL5LNe1vNW499FBQ+w== X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-09/txt/msg00329.txt.bz2 On 9/17/19 4:22 PM, Andrew Burgess wrote: > Mike, >=20 > Thanks for your feedback. I incorporated your suggested changes and > pushed this to master. >=20 > Thanks, > Andrew >=20 Looks great. Thanks so much for your help Andrew. -Mike