Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 594 Bytes

README.rdoc

File metadata and controls

25 lines (15 loc) · 594 Bytes

rubug

Author

Martin Carpenter

Email

[email protected]

Copyright

Copyright © Martin Carpenter 2011

Warning

This project is:

* incomplete
* unsupported

I’ve published it in response to this stackoverflow question: stackoverflow.com/questions/6822584/how-to-control-gdb-within-c-or-python-code

I’ll take a look at any patch submissions but that’s about it.

Background

Rubug enables programmatic control of the GDB debugger (and is extensible to other deubbgers using similar mechanisms). It is lightly inspired by Pedram Amini’s PyDbg module (part of PaiMei).