Metadata-Version: 2.1
Name: gdbplugins
Version: 0.2
Summary: Python plugins for gdb making debugging various languages with gdb easy.
License: GNU General Public License v3 (GPLv3) (GNU GPL3)
Author: Jaroslav Henner
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# The gdbplugins.

[![.github/workflows/main.yml](https://github.com/jarovo/gdbplugins/actions/workflows/main.yml/badge.svg)](https://github.com/jarovo/gdbplugins/actions/workflows/main.yml)

Python plugins for gdb making debugging various languages with gdb easy.


## Installation

On RHEL and Fedora, this will make it happen system-wide:

    sudo pip install --prefix / gdbplugins

Note that to install, we cannot use virtualenv as gdb does not load the virtualenv.

Next time you start gdb, the plugins should load.

