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
6e7f5823
Commit
6e7f5823
authored
Jan 17, 2011
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Short README on gdb support.
parent
15b47c5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Misc/README.gdb
Misc/README.gdb
+17
-0
No files found.
Misc/README.gdb
0 → 100644
View file @
6e7f5823
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