summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gdb_sample.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets ↵Antoine Pitrou2010-04-011-12/+0
| | | | | | picked as a regular test by regrtest.py, and fails.
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-011-0/+12
allowing to use advanced gdb features when debugging Python.