summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/supercore_printer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns2014-08-261-1/+30
| | | | | | | | | | | | | | 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.
* Fix Task and state printer bugs.Dhananjay Balan2014-08-251-0/+1
| | | | | - Removed ITRON api objects in thread control - fixes #1
* RefactoringDhananjay Balan2014-08-251-6/+6
| | | | - drop _printer suffix from printer classes.
* Add printers to stage.Dhananjay Balan2014-08-251-0/+140