Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r46272:5714e1716790
Date: 2011-08-04 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/5714e1716790/
Log: fix docstring
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -1,12 +1,11 @@
"""
-Some convenience macros for gdb. Load them by putting this file somewhere in
-the path and then, from gdb:
+Some convenience macros for gdb. If you have pypy in your path, you can
simply do:
-(gdb) python import pypy_gdb
+(gdb) python import pypy.tool.gdb_pypy
Or, alternatively:
-(gdb) python execfile('/path/to/pypy_gdb.py')
+(gdb) python execfile('/path/to/gdb_pypy.py')
"""
import sys
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit