From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28474 invoked by alias); 3 Mar 2014 15:50:52 -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 28462 invoked by uid 89); 3 Mar 2014 15:50:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Mar 2014 15:50:50 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 31DB01CF7; Mon, 3 Mar 2014 16:50:48 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eQxjcSDnLEXD; Mon, 3 Mar 2014 16:50:48 +0100 (CET) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id EDBA762E; Mon, 3 Mar 2014 16:50:47 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Joel Brobecker Cc: Doug Evans , gdb-patches@sourceware.org Subject: Re: [PATCH] record_latest_value: Call release_value_or_incref instead of release_value References: <87wqgbsktg.fsf@gnu.org> <20140303132336.GC4893@adacore.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 =?utf-8?Q?Vent=C3=B4se?= an 222 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 03 Mar 2014 15:50:00 -0000 In-Reply-To: <20140303132336.GC4893@adacore.com> (Joel Brobecker's message of "Mon, 3 Mar 2014 05:23:36 -0800") Message-ID: <878usrqo14.fsf@gnu.org> User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-03/txt/msg00041.txt.bz2 Joel Brobecker skribis: >> --8<---------------cut here---------------start------------->8--- >> (gdb) guile (use-modules (gdb)) > > Following the example of Python, shouldn't this be implicit? Either way is fine with me. I think Doug=E2=80=99s concern was about clashes, for instance because the = (gdb) module exports =E2=80=98symbol?=E2=80=99, which has nothing to do with Guil= e=E2=80=99s =E2=80=98symbol?=E2=80=99. Ludo=E2=80=99.