public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* meeting 2007-08-29 9:30 US east
@ 2007-08-28 20:44 Andrew Cagney
  2007-08-29 14:58 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2007-08-28 20:44 UTC (permalink / raw)
  To: frysk

Topics:
-> process/thread focus [timoore]
-> "print -format" again [cagney]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: meeting 2007-08-29 9:30 US east
  2007-08-28 20:44 meeting 2007-08-29 9:30 US east Andrew Cagney
@ 2007-08-29 14:58 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2007-08-29 14:58 UTC (permalink / raw)
  To: frysk

Andrew Cagney wrote:
> Topics:
> -> "print -format" again [cagney]
>
Discussion around what to do with:
    (hpd) print 1.0 -format x
vis:
    0x3f800000  -> dump the raw data
   1                  -> cast to int and print that
   0x1.0            -> print as floating-point but in base 16; see 
fprintf(3)'s %a
consensus was the last option, which also allowed things like:
   (fhpd) print 1.5 -format t
   1.1
i.e., print the floating-point value as binary (but still interpreted as 
floating-point).

----

bugs found:

(hpd) regs -> using toString() and not toPrint()
http://sourceware.org/bugzilla/show_bug.cgi?id=4975

(hpd) help regs
-> doesn't mention what register groups are available
http://sourceware.org/bugzilla/show_bug.cgi?id=4974

(hpd) print $eax -format f
-> gets a parser error
http://sourceware.org/bugzilla/show_bug.cgi?id=4973

(fhpd) print -format bi[t]
not supported
http://sourceware.org/bugzilla/show_bug.cgi?id=4976

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-29 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-28 20:44 meeting 2007-08-29 9:30 US east Andrew Cagney
2007-08-29 14:58 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).