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 ...]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gdbundle-plot-0.0.5.tar.gz.
File metadata
- Download URL: gdbundle-plot-0.0.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.2 Darwin/20.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14d8e9a432a76590439f418e3702988033663754f23da0edff6b6bacc6fa6890
|
|
| MD5 |
1636ae079d0bf68e97b9a194790b2dee
|
|
| BLAKE2b-256 |
78a064fde600181861f36e9b059eecfe9a40a293af330f6425a92848c29024a1
|
File details
Details for the file gdbundle_plot-0.0.5-py2.py3-none-any.whl.
File metadata
- Download URL: gdbundle_plot-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.2 Darwin/20.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
372ba18ee68a026d88930cb66c28ea4cf49edd962cc8b0d0f084f62b0afe8108
|
|
| MD5 |
6b25f00358d80502dc94ec8f1d6c6c64
|
|
| BLAKE2b-256 |
1bbc81da52a52edc2bf6b25eb2de68823a1995d1d8e507ff723c1ca950912232
|