-
Victor Stinner authored
Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.
7724fca5
lab.nexedi.com will be down from Thuesday, 10 Febuary 2026, 06:50:00 UTC for a duration of approximately 2 hours
Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.