diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2010-10-17 19:42:46 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2010-10-17 19:42:46 (GMT) |
commit | e2b3bbae4e718b02d0852cfbc50c34b37890eac8 (patch) | |
tree | a8e9932ceeac93b6652129bc1060bb5a851a1702 /Misc/gdbinit | |
parent | 7e8f6d643c6b7ffc459ceed10e19a22911840f48 (diff) | |
download | cpython-e2b3bbae4e718b02d0852cfbc50c34b37890eac8.zip cpython-e2b3bbae4e718b02d0852cfbc50c34b37890eac8.tar.gz cpython-e2b3bbae4e718b02d0852cfbc50c34b37890eac8.tar.bz2 |
Merged revisions 85657 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85657 | gregory.p.smith | 2010-10-17 12:40:59 -0700 (Sun, 17 Oct 2010) | 3 lines
Remove the external non-python.org hyperlink and point people to
Tools/gdb/libpython.py.
........
Diffstat (limited to 'Misc/gdbinit')
-rw-r--r-- | Misc/gdbinit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/gdbinit b/Misc/gdbinit index 91971b7..9483054 100644 --- a/Misc/gdbinit +++ b/Misc/gdbinit @@ -12,8 +12,7 @@ # # NOTE: If you have gdb 7 or later, it supports debugging of Python directly # with embedded macros that you may find superior to what is in here. -# See https://fedoraproject.org/wiki/Features/EasierPythonDebugging -# and http://bugs.python.org/issue8032 for more gdb 7 python information. +# See Tools/gdb/libpython.py and http://bugs.python.org/issue8032. # Prints a representation of the object to stderr, along with the # number of reference counts it current has and the hex address the |