From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32821 invoked by alias); 8 May 2018 21:22:51 -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 32711 invoked by uid 89); 8 May 2018 21:22:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=you! X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 May 2018 21:22:49 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 87A41117723; Tue, 8 May 2018 17:22:47 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pLy+nycSaB2O; Tue, 8 May 2018 17:22:47 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5B94711770F; Tue, 8 May 2018 17:22:47 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9EA7E8304F; Tue, 8 May 2018 14:22:45 -0700 (PDT) Date: Tue, 08 May 2018 21:22:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Pedro Alves , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] Define GNULIB_NAMESPACE in unittests/string_view-selftests.c Message-ID: <20180508212245.bdgij6mi5hxpxkzj@adacore.com> References: <1525382648-30186-1-git-send-email-simon.marchi@ericsson.com> <20180504165552.f4y7zcxzmgvwngel@adacore.com> <38335bd5-7e46-23e2-a45b-da970a1b8680@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-05/txt/msg00191.txt.bz2 > I pushed the patch to un-break the mingw build. Thank you! > Could you remind me what's the link between putting gdb in its own > namespace and putting gnulib in its own namespace? How are they > related? I think it's about making it easier to debug code that's declared inside a namespace. In other words, it allows us to say "break run_command", rather than having to type "break gdb::run_command". -- Joel