malor / cpython-lldb

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

simple backtrace #7

Closed crepererum closed 5 years ago

crepererum commented 5 years ago

Implement simple backtrace feature (no GC calls or C calls yet).

This is based on #6 , so please review and potentially merge this first.

malor commented 5 years ago

@crepererum , I haven't figured how to update this, so I've rebased your work on master and submitted it as https://github.com/malor/cpython-lldb/pull/9

Thank you for implementing this! Great stuff! 👍

And sorry again for missing the notification about a new PR! :(