summaryrefslogtreecommitdiff
path: root/cygdb.py
Commit message (Expand)AuthorAgeFilesLines
* scripts with shebangs <-> executable + uniform use of #!/usr/bin/env pythonYaroslav Halchenko2012-12-051-0/+0
* Made tests less verbose by not using distutils.core.setup + skip debugger tes...Mark Florisson2010-12-051-1/+1
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-11/+0
* dispatch based on frameMark Florisson2010-10-311-2/+9
* Tests!Mark Florisson2010-10-281-1/+1
* Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-1/+2
* Put debugger startup code in Cython.Debugger.cygdbMark Florisson2010-09-211-1/+2
* cygdb script in setup.py (posix and windows)Mark Florisson2010-09-191-0/+10