Sebastian Huber
04a52040ae
Python 3 compatibility
2015-11-12 11:15:23 +01:00
Chris Johns
b117be8e1f
gdb/python: Update the support to a recent RTEMS.
2015-03-17 13:12:15 +11:00
Chris Johns
3162858a3a
gdb-python: Update so 'rtems task' lists the classic tasks.
...
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.
2014-08-26 14:57:57 +10:00
Dhananjay Balan
bd0b98d55e
Add cpu registers to task output.
2014-08-25 09:52:42 +10:00
Dhananjay Balan
7a415d4e43
Catch empty task names,
...
- All the tasks do not have a name.
2014-08-25 09:52:41 +10:00
Dhananjay Balan
66d0779c33
Barrier taks queue
...
Print the barrier taks queue.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
6d89e3c34e
Refactor
...
- The objects are intialized using the objects rather than the ID.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
e60a5eec0b
Fix Task and state printer bugs.
...
- Removed ITRON api objects in thread control
- fixes #1
2014-08-25 09:52:40 +10:00
Dhananjay Balan
8e0de06b2b
Add classic barrier.
...
- Add support for classic barrier object.
- Drop CORE_ from names in supercore
2014-08-25 09:52:40 +10:00
Dhananjay Balan
b9ee5df588
Add region support.
...
Abstractions for classic/region added.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
09086b415d
Support classic/partitions
...
Added support for partition object.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
086e689955
Added support for classic/timers.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
0967a1b679
Refactoring
...
- drop _printer suffix from printer classes.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
b061a67742
Heavy refactoring + Improved mesege queu printing.
...
- 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
2014-08-25 09:52:40 +10:00
Dhananjay Balan
385640641e
Fix pretty printers
...
pretty printers for rtems_id and rtems_attribute
2014-08-25 09:52:40 +10:00
Dhananjay Balan
f814c7629c
Messege Queue Objects
...
Added intial support for printing
2014-08-25 09:52:40 +10:00
Dhananjay Balan
56a70aec55
Intial commit.
...
Chris's intial work on the extenstions.
2014-08-25 09:52:40 +10:00