cpython-lldb

LLDB extension for debugging Python programs

MIT License

Downloads
815
Stars
75
Committers
3

Bot releases are visible (Hide)

cpython-lldb - Development Build Latest Release

Published by github-actions[bot] 3 months ago

Commits

  • c7c12a9: Run tests on LLDB 15 and 16 (Roman Podoliaka) #66
cpython-lldb - Development Build

Published by github-actions[bot] 7 months ago

Commits

  • 9fbc097: Fix tests (Roman Podoliaka) #64
cpython-lldb - 0.3.2

Published by github-actions[bot] over 1 year ago

cpython-lldb - Development Build

Published by github-actions[bot] over 1 year ago

Continuous Integration

cpython-lldb - 0.3.1

Published by github-actions[bot] over 1 year ago

cpython-lldb - Development Build

Published by github-actions[bot] over 1 year ago

Commits

  • 185ba23: Revisit the MacOS installation steps (Oleksandr Danshyn) #58
cpython-lldb - 0.3.0

Published by github-actions[bot] about 3 years ago

  • add support for CPython 3.10
cpython-lldb - Development Build

Published by github-actions[bot] about 3 years ago

Commits

  • 1da23ce: Use python:3.10 Docker image for testing (Roman Podoliaka) #51
cpython-lldb - 0.2.1

Published by github-actions[bot] about 3 years ago

This releases contains no functional changes. Its purpose is to verify the new release workflow via GitHub Actions.

cpython-lldb - 0.2.0

Published by malor about 3 years ago

Functional changes

  • py-bt now traverses the call stack starting from the selected frame and up rather than from the newest frame

  • Added pretty-printing support for the following types:

    • frozensets
    • collections.defaultdict
    • collections.UserDict
    • collections.OrderedDict
    • collections.Counter
    • collections.UserList
    • collections.UserString
  • Add type summaries for the following built-in CPython structs:

    • PyLongObject
    • PyFloatObject
    • PyBytesObject
    • PyUnicodeObject
    • PyListObject
    • PyTupleObject
    • PySetObject
    • PyDictObject
    • defdictobject

Non-functional changes

  • Tests are now executed in parallel via pytest-xdist
  • Added a test for py-bt triggered on a mixed Python/C-API call stack
  • Switched to using of GitHub Actions instead of Travis CI
cpython-lldb - Initial release

Published by malor about 4 years ago