Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 334 Bytes

File metadata and controls

23 lines (16 loc) · 334 Bytes

gdbp

A wrapper for GDB's Python API, helping you write GDB Python scripts efficiently and intuitively.

Installation

pip install gdbp

or

git clone https://github.com/ramikg/gdbp.git
cd gdbp
python setup.py install

Supported platforms

  • GDB 7.2+
  • Python 2.7 and 3.0+
  • Any GDB-supported architecture