From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3060 invoked by alias); 6 Dec 2019 18:51:58 -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 3052 invoked by uid 89); 6 Dec 2019 18:51:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT autolearn=ham version=3.3.1 spammy= 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; Fri, 06 Dec 2019 18:51:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575658315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2J02xtNAZYRxt/FBrC35drmA9ZEIHcXqLnJz8DbEO/o=; b=axHaKOOQpMQ9RkYcixnus4PMJaWcASxfz9/1WLdooMsd9OI8N9TleJj7gmpcJWu5iL5M4b ePm/z2UDQOGpNph8MeIrlahACgdn9N2sVdniss96Gax3ZXDQewfNfz7sL9ik6xyy1bMm3l bIhR7bDVho7RGmoHnOAlD5clPXxsLEQ= Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-371-BbJJ_Za4MXK2unl-r6X_9g-1; Fri, 06 Dec 2019 13:51:52 -0500 Received: by mail-wm1-f71.google.com with SMTP id p5so2107608wmc.4 for ; Fri, 06 Dec 2019 10:51:52 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id v17sm16836102wrt.91.2019.12.06.10.51.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 06 Dec 2019 10:51:50 -0800 (PST) Subject: Re: [PATCH v2] Put bcache inside "namespace gdb" To: Christian Biesinger , gdb-patches@sourceware.org References: <20191202211550.231100-1-cbiesinger@google.com> <20191205213228.197521-1-cbiesinger@google.com> From: Pedro Alves Message-ID: <7935d839-7790-0275-e442-1b03f6d3eda5@redhat.com> Date: Fri, 06 Dec 2019 18:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20191205213228.197521-1-cbiesinger@google.com> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00237.txt.bz2 On 12/5/19 9:32 PM, Christian Biesinger via gdb-patches wrote: > [Updated for https://sourceware.org/ml/gdb-patches/2019-12/msg00073.html, > which has been pushed] > > This avoids a conflict with a system "struct bcache" on > Solaris (see e.g. > https://www.isi.edu/nsnam/archive/ns-users/webarch/2001/msg05393.html) > > Note that the Solaris conflict for now only surfaces with > --enable-targets=all (which the build bot doesn't use). > OK. I still haven't managed to submit the "namespace gdb everywhere" [1] patch series in this cycle. :-/ Maybe after we branch. Once we have that, then we can drop the "gdb::"'s sprinkled throughout. [1] https://github.com/palves/gdb/commits/palves/cxx-gdb-namespace Thanks, Pedro Alves