Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
37c07252
Commit
37c07252
authored
Jan 20, 2011
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move README.gdb to the devguide.
parent
ad3729e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
Misc/README.gdb
Misc/README.gdb
+0
-17
No files found.
Misc/README.gdb
deleted
100644 → 0
View file @
ad3729e6
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``.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment