source: rtems-tools/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bfd2b7d   03/26/15 18:20:45 Joel Sherrill Add Jiri Gaisler SIS patch set for gdb 7.9 This patch set adds a lot … 4.104.115
(edit) @b117be8   03/17/15 02:11:57 Chris Johns gdb/python: Update the support to a recent RTEMS. 4.104.115
(edit) @01a4192   02/22/15 06:07:10 asahasra Modified waf scripts to have a minimum python version requirement of … 4.104.115
(edit) @b7d48ef   02/08/15 06:12:04 Chris Johns Install the rtems-test command. This installs the Python RTEMS … 4.104.115
(edit) @3f47178   01/09/15 14:37:25 Sebastian Huber Add PowerPC patches for GCC 4.9.2 4.104.115
(edit) @d8a82fd   12/04/14 12:02:27 Sebastian Huber Add SPARC patches for GCC 4.9.2 These patches are already present in … 4.104.115
(edit) @af8c147a   11/14/14 22:19:09 Jiri Gaisler gdb patch to add leon2/3 support to sis This fixes the commit … 4.104.115
(edit) @4bdba3e   12/02/14 04:50:02 Chris Johns tools/gdb: Add a patch for gdb-7.7/gdb-7.8 SPARC. This patch updates … 4.104.115
(edit) @749ddf1   09/13/14 00:47:07 Chris Johns waf: Include waf in the souce tree and updated README on building. … 4.104.115
(edit) @3162858   08/26/14 04:57:57 Chris Johns gdb-python: Update so 'rtems task' lists the classic tasks. This is a … 4.104.115
(edit) @504e1de   08/24/14 23:40:57 Chris Johns gdb-python: Add waf script to install under a prefix. 4.104.115
(edit) @f750e82   08/24/14 23:39:26 Chris Johns gdb-python: Clean up and ignore waf generated files. 4.104.115
(edit) @bd0b98d   08/26/13 16:42:25 mb.dhananjay Add cpu registers to task output. 4.104.115
(edit) @5a4834c   08/26/13 15:35:59 mb.dhananjay Remove the header. 4.104.115
(edit) @61154bf   08/26/13 15:26:30 mb.dhananjay Add watchdog seconds command - prints the watchdog chain managed at … 4.104.115
(edit) @1fcff75   08/26/13 15:05:57 mb.dhananjay Fix wdticks command - Type is Chain_Control - chain.node.next -> null 4.104.115
(edit) @a4d0739   08/25/13 17:34:20 mb.dhananjay Add helper func. - tests a bit at specified position. 4.104.115
(edit) @a7176a8   08/25/13 17:33:44 mb.dhananjay Add watchdog ticks command. - ToDo? : Fix watchdog states. 4.104.115
(edit) @04d95ec   08/25/13 13:00:48 mb.dhananjay Added register class - sparc.register, basic represenation of sparc's … 4.104.115
(edit) @788a715   08/25/13 09:26:57 mb.dhananjay Add sparc PSR - added a class to print SPARC status register 4.104.115
(edit) @7a415d4   08/24/13 14:56:06 mb.dhananjay Catch empty task names, - All the tasks do not have a name. 4.104.115
(edit) @a245635   08/24/13 09:38:16 mb.dhananjay Add subcommand rtems tod - prints the time of day. 4.104.115
(edit) @a0bf9f2   08/23/13 04:28:22 mb.dhananjay Update README.md Fix Links. 4.104.115
(edit) @b5c4f41   08/23/13 04:25:48 mb.dhananjay Update README.md Fix indentation. 4.104.115
(edit) @52fc200   08/23/13 04:25:07 mb.dhananjay Update Readme. Add wiki pages, usage instructions etc. 4.104.115
(edit) @8da0a37   08/21/13 13:01:01 mb.dhananjay Complete index subcommands. 4.104.115
(edit) @ddbc530   08/21/13 12:42:36 mb.dhananjay Refactor subcommands - index commands inherit from a parent class. 4.104.115
(edit) @d4fc2d5   08/20/13 16:28:16 mb.dhananjay Categories the commands. The subcommands fall onto DATA. See … 4.104.115
(edit) @8d035f8   08/20/13 16:17:22 mb.dhananjay Refactor - pretty printers moved to pretty module - command and … 4.104.115
(edit) @2c25dc5   08/15/13 14:56:30 mb.dhananjay Add message_queue subcommand. 4.104.115
(edit) @b743d63   08/09/13 12:16:37 mb.dhananjay Catch nonvalid indexes. Catch IndexErrors? generated while referancing … 4.104.115
(edit) @a713688   08/09/13 12:14:18 mb.dhananjay Add task subcommand rtems tasks <index(s)> - Prints tasks by index. 4.104.115
(edit) @4797179   08/09/13 08:37:43 mb.dhananjay Add subcommand semaphore rtems semaphore <index(s)> : prints rtems … 4.104.115
(edit) @559bd50   08/04/13 18:47:39 mb.dhananjay Catch invalid object ID. 4.104.115
(edit) @66d0779   08/04/13 18:37:47 mb.dhananjay Barrier taks queue Print the barrier taks queue. 4.104.115
(edit) @6d89e3c   08/01/13 06:50:23 mb.dhananjay Refactor - The objects are intialized using the objects rather than … 4.104.115
(edit) @e60a5ee   07/30/13 03:24:35 mb.dhananjay Fix Task and state printer bugs. - Removed ITRON api objects in … 4.104.115
(edit) @e282b6e   07/29/13 10:54:24 mb.dhananjay Move todo Why else is there issues? 4.104.115
(edit) @59c4946   07/29/13 04:56:02 mb.dhananjay New todo 4.104.115
(edit) @8e0de06   07/29/13 04:55:38 mb.dhananjay Add classic barrier. - Add support for classic barrier object. - Drop … 4.104.115
(edit) @c63080d   07/28/13 12:25:22 mb.dhananjay Update Readme. ToDo?. 4.104.115
(edit) @b9ee5df   07/28/13 09:15:58 mb.dhananjay Add region support. Abstractions for classic/region added. 4.104.115
(edit) @c3d06d5   07/28/13 07:31:06 mb.dhananjay Abstraction for HEAP. Heap_Control Abstraction is added. It will need … 4.104.115
(edit) @09086b4   07/27/13 08:41:19 mb.dhananjay Support classic/partitions Added support for partition object. 4.104.115
(edit) @086e689   07/17/13 10:30:57 mb.dhananjay Added support for classic/timers. 4.104.115
(edit) @591fbf6   07/16/13 12:47:03 mb.dhananjay Fix typo: Global timer control object name. 4.104.115
(edit) @0967a1b   07/13/13 11:01:59 mb.dhananjay Refactoring - drop _printer suffix from printer classes. 4.104.115
(edit) @a785e25   07/12/13 13:37:46 mb.dhananjay Add printers to stage. 4.104.115
(edit) @b061a67   07/12/13 13:34:37 mb.dhananjay Heavy refactoring + Improved mesege queu printing. - pretty printers … 4.104.115
(edit) @6e75f4e   07/09/13 16:51:27 mb.dhananjay Update readme. Included useage instructions. 4.104.115
(edit) @3856406   07/09/13 09:07:20 mb.dhananjay Fix pretty printers pretty printers for rtems_id and rtems_attribute 4.104.115
(edit) @f814c76   07/08/13 16:12:48 mb.dhananjay Messege Queue Objects Added intial support for printing 4.104.115
(edit) @ce55b57   07/08/13 16:10:21 mb.dhananjay Object can have index from 1 to 'maximum' 4.104.115
(edit) @10bcd5d   06/24/13 04:10:59 mb.dhananjay Update chains structures - Fixes chains structure parsing - Fix … 4.104.115
(edit) @56a70ae   06/17/13 17:10:17 mb.dhananjay Intial commit. Chris's intial work on the extenstions. 4.104.115
(edit) @911e710   06/17/13 15:31:09 mb.dhananjay Initial commit 4.104.115
(edit) @8101cf0   07/07/14 21:23:47 Joel Sherrill Add newlib-sys-cpuset-const-20140414.diff 4.104.115
(edit) @8cfeec3   06/23/14 01:00:30 Chris Johns 4.11: Patch so net-snmp 5.7.2.1 builds with RTEMS. 4.104.115
(edit) @f25fed3   06/16/14 03:11:28 Chris Johns 4.11: Add ntp patch. This patch has issues related to the clock … 4.104.115
(edit) @5cdcde1   05/19/14 02:49:52 Chris Johns 4.11/sparc: GDB 7.7 SIS simulator output patch. 4.104.115
(edit) @47d652c   05/08/14 12:39:07 Chris Johns gdb: Fix lm32 simulator's UART code. Builds on MinGW. 4.104.115
(edit) @a35f890   04/30/14 13:13:14 Chris Johns tools/gdb: Simulator inline fixes in the cgen code. 4.104.115
(edit) @9e78f60   04/30/14 06:22:37 Chris Johns tools/microblaze: Fix the building of libgcc. 4.104.115
(edit) @f756b51   04/10/14 08:21:01 Chris Johns gdb: pr 16827, fix sim on Mavrick. 4.104.115
(edit) @ec18d1d   03/20/14 20:21:16 Joel Sherrill gcc-4.8.2-rtems4.11-20140349.diff: New file 4.104.115
(edit) @e959da9   03/19/14 04:15:31 Chris Johns 4.11/gdb: Fix detecting python when building GDB on FreeBSD 10.0. … 4.104.115
(edit) @8f75c4a   02/12/14 02:18:33 Chris Johns libffi: Fix for Fedora 64bit pkg-config file. 4.104.115
(edit) @29734ec   01/18/14 06:27:13 Chris Johns gdb/sparc: SIS gdb output fix, add nouartrx. Fix the output from the … 4.104.115
(edit) @b2589cb   08/14/13 03:49:27 Chris Johns gcc: Switch GCC to the posix thread model. Change from the RTEMS … 4.104.115
(edit) @98f78dc   07/15/13 23:58:54 Chris Johns The cxa_atexit support is a reqirement for destructor registration … 4.104.115
(edit) @6651de8   05/30/13 23:43:40 Chris Johns Add Joel's stack_t patch. 4.104.115
(edit) @bba0b78   05/22/13 06:47:01 verm Add patch to remove times.c from PowerPC newlib. 4.104.115
(edit) @acdef36   05/16/13 08:13:31 verm Add three patches from Anthony Green to fix moxie tools. … 4.104.115
(edit) @440c97f   04/14/13 22:25:05 Chris Johns Regenerate the patch cleanly. 4.104.115
(edit) @65575cc   04/13/13 08:23:52 Chris Johns Update the 4.7.2 patch to 4.7.3. 4.104.115
(edit) @eba19fa   04/05/13 03:24:01 Chris Johns Update to the patch Joel merged. 4.104.115
(edit) @926ef3c   04/02/13 21:39:03 Chris Johns PR target/56771. Require 64-bit int for arm*-*-rtems[.0-9]*. 4.104.115
(edit) @9d711f4   04/02/13 06:48:38 Chris Johns Fix to build in cygwin. 4.104.115
(edit) @4c5ffb2   03/20/13 06:27:49 Chris Johns Fix the sed breakage on FreeBSD. 4.104.115
(edit) @038b250   03/19/13 06:16:54 Chris Johns Add the current rtems-4.10 patches. 4.104.115
(edit) @ce77d87   03/15/13 01:10:20 Chris Johns Import the 4.9 patches. 4.104.115
(edit) @f0c9bae   03/11/13 08:31:18 Sebastian Huber Add latest GCC 4.7 ARM to EABI patch This patch is included in the … 4.104.115
(edit) @cb328a1   03/11/13 06:16:02 Chris Johns Regenerate the ARM EABI patch for gcc-4.7.2 sources. 4.104.115
(edit) @94c5d74   03/11/13 00:50:53 Chris Johns ARM EABI patch. 4.104.115
(edit) @e42bad3   03/10/13 22:28:55 Chris Johns Move current patches in to the repo. 4.104.115
(edit) @5749230   03/10/13 03:31:57 Chris Johns Regerated version of Joel's patch so patch -p1 works. 4.104.115
(edit) @0e90000   03/10/13 01:35:37 Chris Johns Use a better name for the patch. 4.104.115
(edit) @25e43e1   03/10/13 01:27:22 Chris Johns Microblaze gcc-4.7.2 patch from Joel. 4.104.115
(add) @df78032   03/08/13 07:44:32 Chris Johns MIPS memcpy fixes. … 4.104.115
Note: See TracRevisionLog for help on using the revision log.