summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/rtems.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add region support.Dhananjay Balan2014-08-251-1/+2
| | | | Abstractions for classic/region added.
* Support classic/partitionsDhananjay Balan2014-08-251-1/+2
| | | | Added support for partition object.
* Added support for classic/timers.Dhananjay Balan2014-08-251-1/+2
|
* RefactoringDhananjay Balan2014-08-251-7/+7
| | | | - drop _printer suffix from printer classes.
* Heavy refactoring + Improved mesege queu printing.Dhananjay Balan2014-08-251-7/+11
| | | | | | | | - pretty printers moved to the corresponding api_printer module - object abstractions moved to - their own name for core modules - supercore for other supercore objects - classic for classic api objects
* Messege Queue ObjectsDhananjay Balan2014-08-251-4/+5
| | | | Added intial support for printing
* Intial commit.Dhananjay Balan2014-08-251-0/+110
Chris's intial work on the extenstions.