]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implemented "info float" for core files.
authorbde <bde@FreeBSD.org>
Sun, 23 Nov 1997 09:18:18 +0000 (09:18 +0000)
committerbde <bde@FreeBSD.org>
Sun, 23 Nov 1997 09:18:18 +0000 (09:18 +0000)
commit21651f83983f9e6090e2c92b1c5331f297ed48f8
tree3a034bfc582561a7453c17ce091ddf9bc5ec1e3f
parenteadfeb14ede542e2e6562708e6e67f3747faca50
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.
gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
gnu/usr.bin/gdb/gdb/freebsd-nat.c