This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC][00/19] Target FP: Precise target floating-point emulation
- From: Eli Zaretskii <eliz at gnu dot org>
- To: "Ulrich Weigand" <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 05 Sep 2017 21:25:06 +0300
- Subject: Re: [RFC][00/19] Target FP: Precise target floating-point emulation
- Authentication-results: sourceware.org; auth=none
- References: <20170905182030.0964DD8086F@oc3748833570.ibm.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Tue, 5 Sep 2017 20:20:30 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
>
> This patch series addresses this problem by converting GDB to perform
> all floating-operations by precisely emulation target arithmetic,
> using the MPFR library.
In native debugging as well? If so, wouldn't that make GDB
significantly slower in that case?
Thanks.