dispatch based on frame
authorMark Florisson <markflorisson88@gmail.com>
Sun, 31 Oct 2010 21:34:38 +0000 (22:34 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sun, 31 Oct 2010 21:34:38 +0000 (22:34 +0100)
commit1327c85b930e6de3f7c4100a22d1c244ceb3e74d
treec3e8add818a4166a5b1ded5365e622a5bcc9ef4b
parentf1e63d52189d9bfe148e420185cc864e6bdfc240
dispatch based on frame
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
Cython/Compiler/Main.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Debugger/Cygdb.py
Cython/Debugger/DebugWriter.py [new file with mode: 0644]
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py
bin/cygdb
cygdb.py