This is a gdbundle plugin for snare/voltron
This works for GDB, but it appears that the LLDB version of Voltron (as of bcf25d957657414d025ff488889cdef8d4fcae06) does not work due not pinning versions in it's setup.py
and does not work on Python 3.7.
ImportError: cannot import name 'DispatcherMiddleware' from 'werkzeug.wsgi'
After setting up gdbundle, install the package from PyPi.
$ pip install gdbundle-voltron
If you've decided to manually manage your packages using the gdbundle(include=[])
argument,
add it to the list of plugins.
# .gdbinit
[...]
import gdbundle
plugins = ["voltron"]
gdbundle.init(include=plugins)
$ poetry build
$ poetry publish