summaryrefslogtreecommitdiffstats
path: root/test_gdb.py
Commit message (Collapse)AuthorAgeFilesLines
* Add initial support for new-style classesDavid Malcolm2010-02-271-3/+41
|
* Add a test for null PyObject* valuesDavid Malcolm2010-02-271-0/+5
|
* Improve layoutDavid Malcolm2010-02-271-36/+47
|
* Add tests of the handling of corrupt dataDavid Malcolm2010-02-261-15/+63
| | | | | | | | | | | Rework get_stack_trace to support the injection of additional gdb commands after hitting the breakpoint, before running "bt" Rework get_gdb_repr so that it captures the value in frame #0 of the backtrace, rather than the value when the breakpoint hits. Add four more unit tests, using the above to corrupt the data before getting the backtrace representation.
* Verify stderr from gdb contains nothing unexpected (and stop some noise ↵David Malcolm2010-02-251-16/+19
| | | | during test runs)
* Add test for the gdb representation of old-style classesDavid Malcolm2010-02-251-5/+16
|
* Verify that gdb was built with embedded pythonDavid Malcolm2010-02-231-1/+7
|
* Start an automated test suite for the gdb pretty-printersDavid Malcolm2010-02-231-0/+143