From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9736 invoked by alias); 3 Aug 2007 21:38:54 -0000 Received: (qmail 9726 invoked by uid 22791); 3 Aug 2007 21:38:53 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Aug 2007 21:38:47 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IH4qy-0002K4-OZ for gdb-patches@sources.redhat.com; Fri, 03 Aug 2007 23:38:36 +0200 Received: from adh419.fdn.fr ([80.67.176.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2007 23:38:36 +0200 Received: from ludo by adh419.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2007 23:38:36 +0200 To: gdb-patches@sources.redhat.com From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Subject: Re: [PATCH] Allow printing of Guile values Date: Fri, 03 Aug 2007 21:38:00 -0000 Message-ID: <87vebwi9jg.fsf@chbouib.org> References: <87ir8f2lrh.fsf@chbouib.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.laas.fr/~lcourtes/ X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-IsSubscribed: yes 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 X-SW-Source: 2007-08/txt/msg00078.txt.bz2 Hi, ludo@gnu.org (Ludovic Courtès) writes: > gdb/ChangeLog > > 2007-07-20 Ludovic Courtès > > * scm-lang.c (is_scmvalue_type): Don't check for `TYPE_CODE' of > TYPE since it may lead to wrong results. > * scm-valprint.c (scm_inferior_print): Use facilities provided > by the inferior Guile process, namely `gdb_print ()'. I just received a copy of the FSF-signed copyright assignment form, so this patch can potentially be applied now (the `copyright.list' file at fencepost hasn't yet been updated, though). Thanks, Ludovic.