Date: Sun, 23 Nov 1997 01:18:21 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c Message-ID: <199711230918.BAA08072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/23 01:18:20 PST
Modified files:
gnu/usr.bin/gdb/gdb freebsd-nat.c
Log:
Implemented "info float" for core files.
Implemented reading of %fs and %gs from core files.
Print weird floating point values better. We have to convert long
doubles to doubles here because of limitations and bugs in printf()
and floatformat_to_double() (long doubles aren't really supported
and naive converion to double causes exceptions). Conversion loses
information about weird formats (everything becomes a quiet NaN),
and printf() doesn't know about different types of NaNs anyway.
Revision Changes Path
1.18 +65 -36 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711230918.BAA08072>
