summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/pretty.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns2014-08-261-0/+29
| | | | | | | | | | | | | | This is a first pass at cleaning up the support. To use: $ waf configure --prefix=$HOME/development/rtems/4.11 $ waf build install Start GDB and break at Init: (gdb) py import rtems (gdb) rtems task will list the classic API tasks.
* RefactorDhananjay Balan2014-08-251-0/+53
- pretty printers moved to pretty module - command and subcommands get own module