Skip to content

memfault/gdbundle-gdb-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdbundle-gdb-dashboard

This is a gdbundle plugin for cyrus-and/gdb-dashboard

Compatibility

  • GDB

Installation

After setting up gdbundle, install the package from PyPi.

$ pip install gdbundle-gdb-dashboard

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

Building

To build this package, it requires calling make first as we need to download the .gdbinit file from the actual repository since it isn't packaged as a Python package.

$ make
$ poetry build
$ poetry publish

About

gdbundle plugin for cyrus-and/gdb-dashboard

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published