Skip to content

memfault/gdbundle-voltron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gdbundle-voltron

This is a gdbundle plugin for snare/voltron

Compatibility

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'

Installation

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)

Building

$ poetry build
$ poetry publish

About

gdbundle plugin for snare/voltron

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages