commit | 3a5d79fbc87a70e733edc2de1bed35f6e14000a4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 22 13:09:39 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 22 13:09:39 2016 +0100 |
tree | 6ea0c9f3f22e38045c82393c0093ebad57cfadd1 | |
parent | d7d2bc8798da3b083e383e949ba01d61b78e4e4d [diff] |
Issue #28023: Fix python-gdb.py on old GDB versions Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.