An open API service indexing awesome lists of open source software.

https://github.com/jarovo/gdbplugins

Python plugins for gdb
https://github.com/jarovo/gdbplugins

debugging gdb plugin python ruby

Last synced: about 2 months ago
JSON representation

Python plugins for gdb

Awesome Lists containing this project

README

          

# 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.