summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/sparc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilitySebastian Huber2015-11-121-17/+17
|
* gdb-python: Update so 'rtems task' lists the classic tasks.Chris Johns2014-08-261-2/+2
| | | | | | | | | | | | | | 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-54/+81
|
* Added register classDhananjay Balan2014-08-251-0/+39
| | | | - sparc.register, basic represenation of sparc's registers.
* Add sparc PSRDhananjay Balan2014-08-251-0/+76
- added a class to print SPARC status register