From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20939 invoked by alias); 3 May 2018 23:17: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 20926 invoked by uid 89); 3 May 2018 23:17:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:regress, sometime, H*Ad:D*ca, holiday X-HELO: 9pmail.ess.barracuda.com Received: from 9pmail.ess.barracuda.com (HELO 9pmail.ess.barracuda.com) (64.235.154.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 May 2018 23:17:25 +0000 Received: from mipsdag02.mipstec.com (mail2.mips.com [12.201.5.32]) by mx1404.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=NO); Thu, 03 May 2018 23:17:05 +0000 Received: from [10.20.78.198] (10.20.78.198) by mipsdag02.mipstec.com (10.20.40.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Thu, 3 May 2018 16:17:28 -0700 Date: Thu, 03 May 2018 23:17:00 -0000 From: "Maciej W. Rozycki" To: Tom Tromey CC: Simon Marchi , Simon Marchi , Yao Qi , Subject: Re: [RFA 1/2] Make line tables independent of progspace In-Reply-To: <87vacd64h8.fsf@tromey.com> Message-ID: References: <20180321171809.13115-1-tom@tromey.com> <20180321171809.13115-2-tom@tromey.com> <87zi2uw3uc.fsf@tromey.com> <87vadiw24a.fsf@tromey.com> <4ca333ee-44da-d086-e3c2-cd65b46a46c1@ericsson.com> <87vacd64h8.fsf@tromey.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: mipsdag02.mipstec.com (10.20.40.47) To mipsdag02.mipstec.com (10.20.40.47) X-BESS-ID: 1525389425-382908-26000-28283-1 X-BESS-VER: 2018.5-r1804261738 X-BESS-Apparent-Source-IP: 12.201.5.32 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.192674 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2018-05/txt/msg00079.txt.bz2 Hi Tom, > >>>>> "Maciej" == Maciej W Rozycki writes: > > >> Since adjust_dwarf2_line used to be passed the relocated address, Tom included a > >> "hack" where he relocates the address, passes it through gdbarch_adjust_dwarf2_line, > >> and unrelocates it: > [...] > Maciej> Yeah, I guess it's all right, the difference will ever be either 1 or 0. > > Maciej> I would pass it through MIPS16 and/or microMIPS regression testing to be > Maciej> sure. We have the Good Friday public holiday tomorrow here in the UK and > Maciej> then Easter Monday, so I won't be able to schedule a test run until > Maciej> sometime next week though. > > Did you do this? I didn't, sorry, recent weeks have been rather hectic here and I was taken away to do other stuff. I'll try to schedule regression-testing over the next few days. Maciej