summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/classic.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilitySebastian Huber2015-11-121-41/+41
|
* gdb/python: Update the support to a recent RTEMS.Chris Johns2015-03-171-54/+57
|
* gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns2014-08-261-29/+66
| | | | | | | | | | | | | | 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 cpu registers to task output.Dhananjay Balan2014-08-251-0/+5
|
* Catch empty task names,Dhananjay Balan2014-08-251-0/+2
| | | | - All the tasks do not have a name.
* Barrier taks queueDhananjay Balan2014-08-251-0/+1
| | | | Print the barrier taks queue.
* RefactorDhananjay Balan2014-08-251-21/+15
| | | | - The objects are intialized using the objects rather than the ID.
* Fix Task and state printer bugs.Dhananjay Balan2014-08-251-3/+2
| | | | | - Removed ITRON api objects in thread control - fixes #1
* Add classic barrier.Dhananjay Balan2014-08-251-5/+25
| | | | | - Add support for classic barrier object. - Drop CORE_ from names in supercore
* Add region support.Dhananjay Balan2014-08-251-3/+24
| | | | Abstractions for classic/region added.
* Support classic/partitionsDhananjay Balan2014-08-251-3/+26
| | | | Added support for partition object.
* Added support for classic/timers.Dhananjay Balan2014-08-251-1/+15
|
* RefactoringDhananjay Balan2014-08-251-0/+1
| | | | - drop _printer suffix from printer classes.
* Heavy refactoring + Improved mesege queu printing.Dhananjay Balan2014-08-251-58/+6
| | | | | | | | - 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
* Fix pretty printersDhananjay Balan2014-08-251-1/+3
| | | | pretty printers for rtems_id and rtems_attribute
* Messege Queue ObjectsDhananjay Balan2014-08-251-7/+22
| | | | Added intial support for printing
* Intial commit.Dhananjay Balan2014-08-251-0/+216
Chris's intial work on the extenstions.