malor / cpython-lldb

LLDB extension for debugging Python programs
MIT License
80 stars 4 forks source link

Test pretty-printing of CPython structs (PyLongObject, PyDictObject, etc) #43

Closed malor closed 3 years ago

malor commented 3 years ago

Add a C extension that makes use of CPython structs directly instead of referencing them via PyObject* pointers. This should also allow us to add tests for issue #38.