gdbplugins

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


Keywords
debugging, gdb, plugin, python, ruby
License
GPL-3.0
Install
pip install gdbplugins==0.2

Documentation

The gdbplugins.

.github/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.