Extensions in Python

Various GDB extensions have been written in Python. This page lists the ones we know of.

Tutorials

David Malcolm gave a couple of presentations at PyCon about various Python features of GDB:

Pretty Printers

Various projects have implemented pretty-printers for their data structures. In many cases, these are shipped with the project in question.

General Features

There are also various projects to extend GDB in more general ways using Python:

None: ExtensionsInPython (last edited 2018-07-19 16:45:53 by TomTromey)

All content (C) 2008 Free Software Foundation. For terms of use, redistribution, and modification, please see the WikiLicense page.