Skip to main content

Example gdbundle plugin

Project description

gdbundle-example

This is a gdbundle plugin example. It is not meant to be useful, but to serve as a reference for gdbundle plugin creators and curious individuals.

Compatibility

  • GDB
  • LLDB

Installation

After setting up gdbundle, install the package from PyPi.

$ pip install gdbundle-example

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

Building

$ poetry build
$ poetry publish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdbundle-example-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

gdbundle_example-0.0.2-py2.py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page