https://github.com/owlinux1000/gdbpythonutil
https://github.com/owlinux1000/gdbpythonutil
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/owlinux1000/gdbpythonutil
- Owner: owlinux1000
- Created: 2018-05-06T09:31:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T10:44:55.000Z (about 8 years ago)
- Last Synced: 2025-03-06T00:26:35.633Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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