This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: print_npx_status_word
>>>>> "Mark" == Mark Kettenis <mark.kettenis@xs4all.nl> writes:
Mark> But it will add a lot of extra lines to the output of "info float"
Mark> such that it doesn't fit on a standard 24-line screen anymore. The
Mark> current way of printing things is much more concise. And your way of
Mark> printing things doesn't really add more information; it just uses more
Mark> words.
Something like `info float verbose' or `info float/v' seems ok to me.
Tom