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

https://github.com/owlinux1000/gdbpythonutil


https://github.com/owlinux1000/gdbpythonutil

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# GDBPythonUtil

This script provides you to use python codes in gdb.

## Setup

```
git clone https://github.com/owlinux1000/gdbpythonutil.git
echo "source /path/to/this/repo/script.py" >> ~/.gdbinit
```

## Features