An error occurred fetching the project authors.
- 13 Oct, 2013 1 commit
-
-
Marc Abramowitz authored
The "--" needs to be put before any gdb args so that optparse doesn't think that they're cygdb args.
-
- 12 Oct, 2013 1 commit
-
-
Marc Abramowitz authored
-
- 30 May, 2013 1 commit
-
-
Thomas Fenzl authored
-
- 13 Dec, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 05 Dec, 2010 1 commit
-
-
Mark Florisson authored
Made tests less verbose by not using distutils.core.setup + skip debugger tests when gdb < 7.2 or not available
-
- 03 Dec, 2010 1 commit
-
-
Mark Florisson authored
-
- 01 Dec, 2010 1 commit
-
-
Mark Florisson authored
Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
-
- 25 Nov, 2010 1 commit
-
-
Mark Florisson authored
Merged with libpython.py from Python3.2 + prevented continuation with negative pointer values gdb was giving to avoid segfaulting the inferior when using 'cy exec'
-
- 10 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 07 Nov, 2010 2 commits
-
-
Mark Florisson authored
Have Cython write the sys.executable used to build extensions and have cygdb default the 'file' to that
-
Mark Florisson authored
Default sys.executable as the python interpreter for the debuggee
-
- 06 Nov, 2010 1 commit
-
-
Mark Florisson authored
Set pretty printing of C structs on by default Export the 'cname' of 'self' local variables in the XML debug info properly
-
- 31 Oct, 2010 1 commit
-
-
Mark Florisson authored
python code stepping (for libpython and libcython) generic stepper class fix step-into functions have cygdb accept a '--' command line argument to disable automatic importing replace gdb.execute() with something that actually captures all output have 'cy break' break properly on line numbers
-
- 27 Oct, 2010 1 commit
-
-
Mark Florisson authored
(run: python runtests.py Cython.Tests.TestStringIOTree \ Cython.Debugger.Tests.TestLibCython \ Cython.Compiler.Tests.TestParseTreeTransforms) --HG-- rename : Cython/Debugger/cygdb.py => Cython/Debugger/Cygdb.py
-
- 24 Sep, 2010 1 commit
-
-
Mark Florisson authored
Write cython_debug to the actual build directory (distutils and the cython command line tool) List --debug flag in cython's usage
-
- 21 Sep, 2010 1 commit
-
-
Mark Florisson authored
Fixed small autocompletion bug
-