7 Commits

Author SHA1 Message Date
Sebastian Huber
04a52040ae Python 3 compatibility 2015-11-12 11:15:23 +01: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
a245635a2e Add subcommand
rtems tod - prints the time of day.
2014-08-25 09:52:41 +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
0967a1b679 Refactoring
- drop _printer suffix from printer classes.
2014-08-25 09:52:40 +10:00
Dhananjay Balan
a785e254f2 Add printers to stage. 2014-08-25 09:52:40 +10:00