Skip to content

memfault/gdbundle-PyCortexMDebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub PyPI version PyPI pyversions

gdbundle-PyCortexMDebug

This is a gdbundle plugin for bnahill/PyCortexMDebug

The original PyCortexMDebug plugin is embedded as a git submodule, rather than specifying as a typical dependency, because it is not as of yet deployed to PyPi, and so this package cannot depend on it via git+ dependency spec.

Compatibility

  • GDB

Installation

After setting up gdbundle, install the package from PyPi.

$ pip install gdbundle-PyCortexMDebug

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 = ["PyCortexMDebug"]
gdbundle.init(include=plugins)

Building

Be sure to git submodule update --init to get the cmdebug dependency.

$ poetry build
$ poetry publish

About

gdbundle plugin for bnahill/PyCortexMDebug

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages