Changes between Version 1 and Version 2 of Projects/GDB_Python


Ignore:
Timestamp:
03/17/10 07:46:36 (14 years ago)
Author:
ChrisJohns
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GDB_Python

    v1 v2  
    33
    44Recent versions of GDB ship with Python embedded as a scripting language. This was added so GDB could be extended using a fully featured scripting language. The embedding of Python into GDB provided Pretty Printing hooks. Pretty printing allows GDB to be extended to provide human readable output for complex structures. The first use was to hide the C++ STD details. Pretty printing allow us to extend GDB so RTEMS's various data types can be presented in a human readable manner.
     5= Download =
     6
     7
     8The RTEMS Pretty Printer can be downloaded from http://www.rtems.org/ftp/pub/rtems/people/chrisj/gdb.