Staging
v0.5.1
https://github.com/python/cpython
Revision 3a5d79fbc87a70e733edc2de1bed35f6e14000a4 authored by Victor Stinner on 22 November 2016, 12:09:39 UTC, committed by Victor Stinner on 22 November 2016, 12:09:39 UTC
Replace int(value.address)+offset with value.cast(unsigned char*)+offset.

It seems like int(value.address) fails on old versions of GDB.
1 parent d7d2bc8
History
Tip revision: 3a5d79fbc87a70e733edc2de1bed35f6e14000a4 authored by Victor Stinner on 22 November 2016, 12:09:39 UTC
Issue #28023: Fix python-gdb.py on old GDB versions
Tip revision: 3a5d79f
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.4 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.5 KB
README -rw-r--r-- 8.2 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 470.8 KB
configure.ac -rw-r--r-- 154.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.3 KB
setup.py -rw-r--r-- 98.7 KB

README

back to top