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 py2 py3

Supported by

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