tromey at sourceware dot org
2015-04-29 03:01:52 UTC
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.
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.
You are receiving this mail because:
You are on the CC list for the bug.