Skip to main content

Plot 1-D arrays

Project description

gdbundle-plot

This is a gdbundle plugin used to plot 1-D arrays in a graph.

C and Rust types can be parsed using the plugin.

One or several arrays can be plotted on the same graph.

Compatibility

  • GDB
  • LLDB: Not yet

Installation

Pip

$ pip install gdbundle-plot

From source

After setting up gdbundle, install the package using:

$ poetry install

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

Usage

(gdb) plot var1_name [var2_name ...]

Download files

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

Source Distribution

gdbundle-plot-0.0.5.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

gdbundle_plot-0.0.5-py2.py3-none-any.whl (4.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