From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70271 invoked by alias); 15 Dec 2019 16:17:32 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 70262 invoked by uid 89); 15 Dec 2019 16:17:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.8 required=5.0 tests=AWL,BAYES_20,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*f:sk:DB6PR05, H*f:sk:ccdcc5e, H*f:sk:878sngv, 905020191206 X-HELO: gateway24.websitewelcome.com Received: from gateway24.websitewelcome.com (HELO gateway24.websitewelcome.com) (192.185.51.209) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Dec 2019 16:17:30 +0000 Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway24.websitewelcome.com (Postfix) with ESMTP id C7E4618FA for ; Sun, 15 Dec 2019 10:17:28 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id gWaGib057OdBHgWaGijNHj; Sun, 15 Dec 2019 10:17:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=MgO+fdvGoRkp70oG9FqLoF7q5350HnjdrBAKTbMzk60=; b=B7QxzcJNDh488gm3025DyuplCu YPzElCBXDjpnMxXPx1WEktNIphGkES4lnLMKkWnFnZDJoemYdow5IOS/fn4aNW8aJUPYhQr757RzB g/U5tto4pogGtLhdW8OQBTgXN; Received: from 75-166-123-50.hlrn.qwest.net ([75.166.123.50]:40122 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1igWaG-0013kI-DI; Sun, 15 Dec 2019 09:17:28 -0700 From: Tom Tromey To: Tom Tromey Cc: Simon Marchi , Joel Brobecker , Wadud Miah , "gdb\@sourceware.org" Subject: Re: building GDB 9.0.50.20191206 References: <20191212140954.GC8591@adacore.com> <878sngvvub.fsf@tromey.com> <986c3939-b6fd-b973-0ccb-1bd91f097df2@simark.ca> <871rt7vme9.fsf@tromey.com> Date: Sun, 15 Dec 2019 16:17:00 -0000 In-Reply-To: <871rt7vme9.fsf@tromey.com> (Tom Tromey's message of "Fri, 13 Dec 2019 16:25:18 -0700") Message-ID: <87h821ef6w.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-12/txt/msg00027.txt.bz2 Tom> Review here: Tom> https://sourceware.org/ml/gdb-patches/2019-08/msg00433.html Tom> Maybe some comments there still need to be addressed. I can't recall Tom> offhand. I've updated my patch and re-read the thread. The remaining issue is that I still haven't decided what to do about in files like nat/linux-btrace.c. The message referred to above outlines the various approaches and their problems pretty well. Tom