A wrapper for GDB's Python API, helping you write GDB Python scripts efficiently and intuitively.
pip install gdbp
or
git clone https://github.com/ramikg/gdbp.git
cd gdbp
python setup.py install
- GDB 7.2+
- Python 2.7 and 3.0+
- Any GDB-supported architecture