summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/supercore.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilitySebastian Huber2015-11-121-4/+4
|
* 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.
* Add subcommandDhananjay Balan2014-08-251-0/+25
| | | | rtems tod - prints the time of day.
* Add classic barrier.Dhananjay Balan2014-08-251-1/+36
| | | | | - Add support for classic barrier object. - Drop CORE_ from names in supercore
* Add region support.Dhananjay Balan2014-08-251-1/+1
| | | | Abstractions for classic/region added.
* RefactoringDhananjay Balan2014-08-251-8/+2
| | | | - drop _printer suffix from printer classes.
* Add printers to stage.Dhananjay Balan2014-08-251-0/+24