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
- Host: GitHub
- URL: https://github.com/jarovo/gdbplugins
- Owner: jarovo
- License: gpl-3.0
- Created: 2019-12-12T21:38:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T15:33:31.000Z (over 3 years ago)
- Last Synced: 2025-10-29T06:53:54.256Z (8 months ago)
- Topics: debugging, gdb, plugin, python, ruby
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The gdbplugins.
[](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.