public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/18352] New: can't convert integer Value to float
@ 2015-04-29  3:01 tromey at sourceware dot org
  0 siblings, 0 replies; only message in thread
From: tromey at sourceware dot org @ 2015-04-29  3:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18352

            Bug ID: 18352
           Summary: can't convert integer Value to float
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

python print int(gdb.Value(0)) works, and
python print float(gdb.Value(0.0)) works, but
python print float(gdb.Value(0)) does not work.
It seems like it should.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-29  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29  3:01 [Bug python/18352] New: can't convert integer Value to float tromey at sourceware dot org

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).