From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27881 invoked by alias); 4 Jan 2014 20:00:45 -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 27863 invoked by uid 89); 4 Jan 2014 20:00:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Jan 2014 20:00:42 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MYW00H007HEIH00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 04 Jan 2014 22:00:39 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MYW00HDU7L3D040@a-mtaout22.012.net.il>; Sat, 04 Jan 2014 22:00:39 +0200 (IST) Date: Sat, 04 Jan 2014 20:00:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v1 02/36] Guile extension language: doc additions In-reply-to: <87iotzd4ob.fsf@gnu.org> To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r48nv7op.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <52b9da59.64ab440a.0b0b.7e1c@mx.google.com> <83ha9w68av.fsf@gnu.org> <87sit4kb1t.fsf@gnu.org> <83eh4ow78t.fsf@gnu.org> <87k3egez8e.fsf@gnu.org> <83y52vvmga.fsf@gnu.org> <87iotzd4ob.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00031.txt.bz2 > From: ludo@gnu.org (Ludovic Courtès) > Cc: gdb-patches@sourceware.org > Date: Sat, 04 Jan 2014 18:42:44 +0100 > > > Well, GDB supports long double if the target does, so I thought it > > would be a pity to lose that when working with Guile. > > We’re talking about ‘make-value’ here, which does allow users to create > a ‘long double’ value, AIUI. > > What’s lost is that users can only inject in the debuggee values with > the accuracy of a ‘double’. > > This is a theoretical limitation, but I’m tempted to think that this is > rarely (if ever) a concern in practice. > > How do the Python bindings handle this? I don't know. Maybe someone else could chime in.