Skip to content

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

License

Notifications You must be signed in to change notification settings

dwayneyuen/pygdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygdb
=====

This is a simple python wrapper around GDB. Currently the 
focus of this module is to provide the following:

    * Attach to existing processes
    * Create a new process from an executable
    * Callback/event or other mechanism for detecting 
      the debugger has caught an exception/breakpoint/AV
    * Ability to get a stack trace, dump registers and 
      create a dump file (core)
    * Works on last two versions of OS X
    * Works on Linux
    * Module works when run in a worker thread in Python 

Feature requests, bugs, etc can be sent to mike@phed.org.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published