Next: , Previous: , Up: Extending GDB   [Contents][Index]


23.3 Extending GDB using Python

You can extend GDB using the Python programming language. This feature is available only if GDB was configured using --with-python.

Python scripts used by GDB should be installed in data-directory/python, where data-directory is the data directory as determined at GDB startup (see Data Files). This directory, known as the python directory, is automatically added to the Python Search Path in order to allow the Python interpreter to locate all scripts installed at this location.

Additionally, GDB commands and convenience functions which are written in Python and are located in the data-directory/python/gdb/command or data-directory/python/gdb/function directories are automatically imported when GDB starts.