This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: meeting 2007-08-29 9:30 US east


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]