diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-01-20 19:33:06 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-01-20 19:33:06 (GMT) |
commit | 37c07252cb23bcb7ce94e916ef19f5252626288d (patch) | |
tree | 710ce5a7325b430ed2f573bc9897ea22d08fb080 /Misc | |
parent | ad3729e67785bea86bc12b6f8b4cd5e1ae5dc19a (diff) | |
download | cpython-37c07252cb23bcb7ce94e916ef19f5252626288d.zip cpython-37c07252cb23bcb7ce94e916ef19f5252626288d.tar.gz cpython-37c07252cb23bcb7ce94e916ef19f5252626288d.tar.bz2 |
Move README.gdb to the devguide.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/README.gdb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Misc/README.gdb b/Misc/README.gdb deleted file mode 100644 index c2d3ab4..0000000 --- a/Misc/README.gdb +++ /dev/null @@ -1,17 +0,0 @@ -gdb Support for Python -====================== - -gdb 7 and later ---------------- -In gdb 7, support for extending gdb with Python was added. When CPython is -built you will notice a python-gdb.py file in the root directory of your -checkout. Read the module docstring for details on how to use the file to -enhance gdb for easier debugging of a CPython process. - - -gdb 6 and earlier ------------------ -The file at ``Misc/gdbinit`` contains a gdb configuration file which provides -extra commands when working with a CPython process. To use the file, either -copy the commands to your personal gdb configuration file or symlink -``~/.gdbinit`` to ``Misc/gdbinit``. |