From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7211 invoked by alias); 11 Nov 2013 11:55:24 -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 7198 invoked by uid 89); 11 Nov 2013 11:55:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail3-relais-sop.national.inria.fr Received: from Unknown (HELO mail3-relais-sop.national.inria.fr) (192.134.164.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Mon, 11 Nov 2013 11:55:22 +0000 Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/AES128-SHA; 11 Nov 2013 12:55:13 +0100 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Doug Evans Cc: guile-user@gnu.org, gdb-patches@sourceware.org Subject: Re: guile scripting for gdb References: <87ob5vlr2s.fsf@gnu.org> <87k3gfpz7k.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Brumaire an 222 de la =?utf-8?Q?R=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, 11 Nov 2013 13:16:00 -0000 In-Reply-To: (Doug Evans's message of "Sun, 10 Nov 2013 22:28:21 -0800") Message-ID: <87r4annof3.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: 2013-11/txt/msg00287.txt.bz2 Doug Evans skribis: > Doug Evans writes: >> On Sun, Nov 10, 2013 at 4:19 PM, Ludovic Court=C3=A8s wro= te: >>> Doug Evans skribis: >>>> On Thu, Nov 7, 2013 at 3:39 PM, Ludovic Court=C3=A8s wr= ote: >>>>> As discussed on IRC, one possible issue is eq?-ness of SMOBs: one wou= ld >>>>> usually expects pointer equality to be preserved at the Scheme level. > > I uploaded to my github repo a branch with a prototype of implementing > this for gdb symbols. > > https://github.com/dje42/gdb.git > branch: eq-smobs Excellent. Ludo=E2=80=99. PS: It may be possible to do away with mark/free procedures if targeting 2.0 and later: .