dje at google dot com
2016-05-20 16:27:05 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=20126
Bug ID: 20126
Summary: valpy_int needs to respect unsignedness
Product: gdb
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: dje at google dot com
Target Milestone: ---
I was trying to figure out why
(gdb) py print "%x" % (gdb.parse_and_eval("0xffffffff12345678"))
was coming out negative
-edcba988
and traced it to valpy_int not respecting unsignedness.
I see valpy_long DTRT. I guess valpy_int didn't get similarly updated.
Bug ID: 20126
Summary: valpy_int needs to respect unsignedness
Product: gdb
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: dje at google dot com
Target Milestone: ---
I was trying to figure out why
(gdb) py print "%x" % (gdb.parse_and_eval("0xffffffff12345678"))
was coming out negative
-edcba988
and traced it to valpy_int not respecting unsignedness.
I see valpy_long DTRT. I guess valpy_int didn't get similarly updated.
--
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.