Metadata-Version: 2.1
Name: gdbp
Version: 0.1.0
Summary: A wrapper for GDB's Python API
Home-page: https://github.com/ramikg/gdbp
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Provides-Extra: test

# gdbp

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

## Installation

```sh
pip install gdbp
```

or

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

## Supported platforms

- GDB 7.0+
- Python 2.7 and 3.0+
- Any GDB-supported architecture


