Support dereferencing variables in Cython frames
authorMark Florisson <markflorisson88@gmail.com>
Sat, 6 Nov 2010 22:56:59 +0000 (23:56 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sat, 6 Nov 2010 22:56:59 +0000 (23:56 +0100)
commit3aec761b21b13bf29a98575a0e32a665ba934986
treecfd67ff72976b872e99ce261a49acef0048db6fc
parent42fea3e8e7c9e1946c259cb976808468393136c3
Support dereferencing variables in Cython frames
Set pretty printing of C structs on by default
Export the 'cname' of 'self' local variables in the XML debug info properly
Cython/Compiler/ParseTreeTransforms.py
Cython/Debugger/Cygdb.py
Cython/Debugger/Tests/test_libcython_in_gdb.py
Cython/Debugger/libcython.py