summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/threads.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb/python: Update the support to a recent RTEMS.Chris Johns2015-03-171-14/+43
|
* gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns2014-08-261-11/+111
| | | | | | | | | | | | | | 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.
* Catch empty task names,Dhananjay Balan2014-08-251-2/+4
| | | | - All the tasks do not have a name.
* Fix Task and state printer bugs.Dhananjay Balan2014-08-251-6/+0
| | | | | - Removed ITRON api objects in thread control - fixes #1
* Heavy refactoring + Improved mesege queu printing.Dhananjay Balan2014-08-251-12/+0
| | | | | | | | - 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
* Update chains structuresDhananjay Balan2014-08-251-8/+8
| | | | | - Fixes chains structure parsing - Fix Semaphore node parsing
* Intial commit.Dhananjay Balan2014-08-251-0/+207
Chris's intial work on the extenstions.