This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v1 02/36] Guile extension language: doc additions


Eli Zaretskii <eliz@gnu.org> writes:

>> 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.

The python code in gdb just uses doubles.

There's nothing precluding supporting better precision in the future,
but for this pass I'd like to keep it simple.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]