arowser / pydevtools

Automatically exported from code.google.com/p/pydevtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

===========
Python modules for Software Development Tools
===========

PyDevTools is a suite of python modules for the rapid prototyping of software development tools.
Currently, the project include modules for:
* ELF handling
* DWARF handling

Next, we are planning to add a GDB module containing :
* `RSP <http://sourceware.org/gdb/current/onlinedocs/gdb/Remote-Protocol.html>`
* `MI <http://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI.html>` 
protocols implementation, this will allow to drive gdbserver and gdb from python scripts.
Please, report a new issue for bugs, or desired features.
(possibly, attaching the target ELF file to reproduce the issue).

'E-mail <mailto:emilmont@gmail.com>`the project owner for any feedback, or for joining the project.

About

Automatically exported from code.google.com/p/pydevtools

License:Other


Languages

Language:Python 98.8%Language:C 1.0%Language:Makefile 0.2%