Remove tempfile
[cython.git] / Cython / Debugger /
2010-12-16 Mark FlorissonRemove tempfile
2010-12-15 Mark FlorissonMade libpython.py compatible with gdb 7.1
2010-12-15 Mark FlorissonFix breakpoint approach for stepping (make stepping...
2010-12-15 Mark FlorissonFix Python stepping watchpoints + cy step repeatability
2010-12-14 Mark FlorissonDisable watchpoint stepping by default (use cy step...
2010-12-14 Mark FlorissonDetect Python exceptions
2010-12-14 Mark FlorissonGeneric exception support
2010-12-14 Mark FlorissonRefactor inferior execution control code, better gdb...
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-14 Mark FlorissonFaster Python stepping using a watchpoint approach...
2010-12-13 Mark FlorissonLocate C source code properly and lex C source code...
2010-12-11 Robert Bradshawnewlines
2010-12-10 Robert Bradshawmerge
2010-12-09 Mark FlorissonRemove Python 3 metaclass support from Python 2 code...
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Robert Bradshawnewlines
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-08 Mark FlorissonFetch and restore error for Cython locals dict building
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-05 Mark FlorissonMade tests less verbose by not using distutils.core...
2010-12-03 Mark FlorissonPrint warning if cygdb reads debug info and is using...
2010-12-02 Mark Florisson"Fix" printing of gdb.Values with non-ascii characters...
2010-12-02 Mark FlorissonSkip debugger tests for pre-2.5 python versions and...
2010-12-01 Mark FlorissonExcluded cygdb from python 2.3 and 2.4 installations...
2010-12-01 Mark Florissonbranch merge
2010-11-29 Mark FlorissonChanged bytes object ob_sval cast to unsigned char...
2010-11-28 Mark Florissoncy exec test + correct building of locals dict in Cytho...
2010-11-28 markset breakpoint pending on for libpython
2010-11-26 markChoose PyString/PyBytesObjectPtr according to python...
2010-11-25 Mark FlorissonMerged with libpython.py from Python3.2 + prevented...
2010-11-24 Mark Florissonbranch merge
2010-11-22 Mark FlorissonMake stepping breakpoints internal in newer versions...
2010-11-21 Mark Florissonbranch merge
2010-11-18 Mark FlorissonAttempt to merge back Cython locals -- failed! gdb...
2010-11-16 Mark FlorissonSkip local variables that are optimized out for 'cy...
2010-11-16 Mark FlorissonEnsure 'cy locals' and 'cy exec' don't use uninitialize...
2010-11-13 Mark FlorissonHandle error in lookup of 'ob_base' (in case the memory...
2010-11-13 Mark FlorissonAdded 'cy select' command
2010-11-13 Mark Florisson'cy exec' and 'py-exec' multiline code support
2010-11-13 Mark Florissonbranch merge
2010-11-13 Mark FlorissonFriendly error if no Cython or Python stack is there...
2010-11-13 Mark FlorissonAdded 'cy exec' and 'py-exec' commands
2010-11-11 Mark FlorissonAdd 'cy finish', 'py-finish', 'py-run' and 'py-cont...
2010-11-10 Mark Florissonos.path.join() debug files correctly
2010-11-08 Mark FlorissonFix converting a remote PyStringObject to a local string
2010-11-08 Mark Florissondisable C/C++ compiler optimization when compiling...
2010-11-07 Mark FlorissonLex only the lines of code that are displayed in a...
2010-11-07 Mark FlorissonSupport breaking on line numbers in the current Cython...
2010-11-07 Mark FlorissonJump through excruciable hoops to ensure step-into...
2010-11-07 Mark FlorissonMore efficient step-into and step-over which hopefully...
2010-11-06 Mark FlorissonSupport dereferencing variables in Cython frames
2010-11-06 Mark FlorissonSort locals and globals
2010-11-06 Mark FlorissonPretty print any supported python object (previously...
2010-11-06 Mark FlorissonRemove n-steps argument for stepping and stepping over
2010-11-06 Mark FlorissonFixed 'cy bt' bug where backtraces wouldn't be printed...
2010-11-06 Mark FlorissonSupport python 2.5
2010-11-04 Mark FlorissonFixed writing debug information with the --cplus flag
2010-11-03 Mark Florissonmerge with cython-devel
2010-11-03 Mark Florissonfix completion error on 'cy break'
2010-11-03 Mark FlorissonMore graceful error handling in 'cy bt' when there...
2010-11-02 Mark FlorissonPython breakpoints (cy break -p / py-break)
2010-11-02 Mark Florissoncy backtrace
2010-11-01 Mark FlorissonAdded 'cy up' and 'cy down' commands.
2010-11-01 Mark FlorissonAdded commands 'cy cont' and 'cy step'
2010-11-01 Mark FlorissonAdd py-globals command
2010-11-01 Mark FlorissonReentrant gdb.execute()
2010-10-31 Mark Florissonlots of tests
2010-10-31 Mark Florissondispatch based on frame
2010-10-27 Mark FlorissonTests!
2010-10-08 Mark FlorissonLine number support
2010-09-24 Mark FlorissonHave cygdb pass gdb command line arguments to gdb
2010-09-21 Mark FlorissonPut debugger startup code in Cython.Debugger.cygdb
2010-09-18 Mark FlorissonPreliminary debug support for Cython