# # ChangeLog for tools/gdb in rtems-tools # # Generated by Trac 1.2.1.dev0 # 04/19/24 21:54:00 Sun, 22 Feb 2015 06:07:10 GMT Adit Sahasrabudhe [01a4192] * tester/wscript (modified) * tools/gdb/python/wscript (modified) Modified waf scripts to have a minimum python version requirement of ... Sun, 08 Feb 2015 06:12:04 GMT Chris Johns [b7d48ef] * linkers/wscript (modified) * rtemstoolkit/macros.py (modified) * rtemstoolkit/wscript (modified) * tester/rt/options.py (modified) * tester/rt/test.py (modified) * tester/rtems-test (modified) * tester/rtems/testing/defaults.mc (modified) * tester/wscript (modified) * tools/gdb/python/wscript (modified) Install the rtems-test command. This installs the Python RTEMS ... Sat, 13 Sep 2014 00:47:07 GMT Chris Johns [749ddf1] * .gitignore (modified) * README (modified) * linkers/wscript (modified) * tester/covoar/wscript (modified) * tester/wscript (added) * tools/gdb/python/wscript (modified) * waf (added) * wscript (added) waf: Include waf in the souce tree and updated README on building. ... Tue, 26 Aug 2014 04:57:57 GMT Chris Johns [3162858] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/chains.py (modified) * tools/gdb/python/classic.py (modified) * tools/gdb/python/configuration.py (added) * tools/gdb/python/heaps.py (modified) * tools/gdb/python/helper.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/percpu.py (added) * tools/gdb/python/pretty.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/sparc.py (modified) * tools/gdb/python/supercore.py (modified) * tools/gdb/python/supercore_printer.py (modified) * tools/gdb/python/threads.py (modified) * tools/gdb/python/watchdog.py (modified) * tools/gdb/python/wscript (modified) gdb-python: Update so 'rtems task' lists the classic tasks. This is ... Sun, 24 Aug 2014 23:40:57 GMT Chris Johns [504e1de] * tools/gdb/python/wscript (added) gdb-python: Add waf script to install under a prefix. Sun, 24 Aug 2014 23:39:26 GMT Chris Johns [f750e82] * tools/gdb/python/.gitignore (modified) gdb-python: Clean up and ignore waf generated files. Mon, 26 Aug 2013 16:42:25 GMT Dhananjay Balan [bd0b98d] * tools/gdb/python/classic.py (modified) * tools/gdb/python/sparc.py (modified) Add cpu registers to task output. Mon, 26 Aug 2013 15:35:59 GMT Dhananjay Balan [5a4834c] * tools/gdb/python/rtems.py (modified) Remove the header. Mon, 26 Aug 2013 15:26:30 GMT Dhananjay Balan [61154bf] * tools/gdb/python/main.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) Add watchdog seconds command - prints the watchdog chain managed at ... Mon, 26 Aug 2013 15:05:57 GMT Dhananjay Balan [1fcff75] * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/watchdog.py (modified) Fix wdticks command - Type is Chain_Control - chain.node.next -> null Sun, 25 Aug 2013 17:34:20 GMT Dhananjay Balan [a4d0739] * tools/gdb/python/helper.py (modified) Add helper func. - tests a bit at specified position. Sun, 25 Aug 2013 17:33:44 GMT Dhananjay Balan [a7176a8] * tools/gdb/python/chains.py (modified) * tools/gdb/python/main.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/watchdog.py (modified) Add watchdog ticks command. - ToDo : Fix watchdog states. Sun, 25 Aug 2013 13:00:48 GMT Dhananjay Balan [04d95ec] * tools/gdb/python/sparc.py (modified) Added register class - sparc.register, basic represenation of ... Sun, 25 Aug 2013 09:26:57 GMT Dhananjay Balan [788a715] * tools/gdb/python/sparc.py (added) Add sparc PSR - added a class to print SPARC status register Sat, 24 Aug 2013 14:56:06 GMT Dhananjay Balan [7a415d4] * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/threads.py (modified) Catch empty task names, - All the tasks do not have a name. Sat, 24 Aug 2013 09:38:16 GMT Dhananjay Balan [a245635] * tools/gdb/python/main.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add subcommand rtems tod - prints the time of day. Fri, 23 Aug 2013 04:28:22 GMT Dhananjay Balan [a0bf9f2] * tools/gdb/python/README.md (modified) Update README.md Fix Links. Fri, 23 Aug 2013 04:25:48 GMT Dhananjay Balan [b5c4f41] * tools/gdb/python/README.md (modified) Update README.md Fix indentation. Fri, 23 Aug 2013 04:25:07 GMT Dhananjay Balan [52fc200] * tools/gdb/python/README.md (modified) Update Readme. Add wiki pages, usage instructions etc. Wed, 21 Aug 2013 13:01:01 GMT Dhananjay Balan [8da0a37] * tools/gdb/python/rtems.py (modified) Complete index subcommands. Wed, 21 Aug 2013 12:42:36 GMT Dhananjay Balan [ddbc530] * tools/gdb/python/rtems.py (modified) Refactor subcommands - index commands inherit from a parent class. Tue, 20 Aug 2013 16:28:16 GMT Dhananjay Balan [d4fc2d5] * tools/gdb/python/rtems.py (modified) Categories the commands. The subcommands fall onto DATA. See ... Tue, 20 Aug 2013 16:17:22 GMT Dhananjay Balan [8d035f8] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/helper.py (modified) * tools/gdb/python/main.py (added) * tools/gdb/python/pretty.py (added) * tools/gdb/python/rtems.py (modified) Refactor - pretty printers moved to pretty module - command and ... Thu, 15 Aug 2013 14:56:30 GMT Dhananjay Balan [2c25dc5] * tools/gdb/python/rtems.py (modified) Add message_queue subcommand. Fri, 09 Aug 2013 12:16:37 GMT Dhananjay Balan [b743d63] * tools/gdb/python/rtems.py (modified) Catch nonvalid indexes. Catch IndexErrors generated while ... Fri, 09 Aug 2013 12:14:18 GMT Dhananjay Balan [a713688] * tools/gdb/python/rtems.py (modified) Add task subcommand rtems tasks - Prints tasks by index. Fri, 09 Aug 2013 08:37:43 GMT Dhananjay Balan [4797179] * tools/gdb/python/rtems.py (modified) Add subcommand semaphore rtems semaphore : prints rtems ... Sun, 04 Aug 2013 18:47:39 GMT Dhananjay Balan [559bd50] * tools/gdb/python/rtems.py (modified) Catch invalid object ID. Sun, 04 Aug 2013 18:37:47 GMT Dhananjay Balan [66d0779] * tools/gdb/python/classic.py (modified) Barrier taks queue Print the barrier taks queue. Thu, 01 Aug 2013 06:50:23 GMT Dhananjay Balan [6d89e3c] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) Refactor - The objects are intialized using the objects rather ... Tue, 30 Jul 2013 03:24:35 GMT Dhananjay Balan [e60a5ee] * tools/gdb/python/classic.py (modified) * tools/gdb/python/supercore_printer.py (modified) * tools/gdb/python/threads.py (modified) Fix Task and state printer bugs. - Removed ITRON api objects in ... Mon, 29 Jul 2013 10:54:24 GMT Dhananjay Balan [e282b6e] * tools/gdb/python/README.md (modified) Move todo Why else is there issues? Mon, 29 Jul 2013 04:56:02 GMT Dhananjay Balan [59c4946] * tools/gdb/python/README.md (modified) New todo Mon, 29 Jul 2013 04:55:38 GMT Dhananjay Balan [8e0de06] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add classic barrier. - Add support for classic barrier object. - ... Sun, 28 Jul 2013 12:25:22 GMT Dhananjay Balan [c63080d] * tools/gdb/python/README.md (modified) Update Readme. ToDo. Sun, 28 Jul 2013 09:15:58 GMT Dhananjay Balan [b9ee5df] * tools/gdb/python/classic.py (modified) * tools/gdb/python/heaps.py (modified) * tools/gdb/python/helper.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) Add region support. Abstractions for classic/region added. Sun, 28 Jul 2013 07:31:06 GMT Dhananjay Balan [c3d06d5] * tools/gdb/python/heaps.py (added) Abstraction for HEAP. Heap_Control Abstraction is added. It will ... Sat, 27 Jul 2013 08:41:19 GMT Dhananjay Balan [09086b4] * tools/gdb/python/classic.py (modified) * tools/gdb/python/classic_printer.py (modified) * tools/gdb/python/rtems.py (modified) Support classic/partitions Added support for partition object. Wed, 17 Jul 2013 10:30:57 GMT Dhananjay Balan [086e689] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/watchdog.py (modified) Added support for classic/timers. Tue, 16 Jul 2013 12:47:03 GMT Dhananjay Balan [591fbf6] * tools/gdb/python/objects.py (modified) Fix typo: Global timer control object name. Sat, 13 Jul 2013 11:01:59 GMT Dhananjay Balan [0967a1b] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/classic.py (modified) * tools/gdb/python/classic_printer.py (modified) * tools/gdb/python/helper.py (added) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/supercore.py (modified) * tools/gdb/python/supercore_printer.py (modified) Refactoring - drop _printer suffix from printer classes. Fri, 12 Jul 2013 13:37:46 GMT Dhananjay Balan [a785e25] * tools/gdb/python/classic_printer.py (added) * tools/gdb/python/supercore.py (added) * tools/gdb/python/supercore_printer.py (added) Add printers to stage. Fri, 12 Jul 2013 13:34:37 GMT Dhananjay Balan [b061a67] * tools/gdb/python/__init__.py (modified) * tools/gdb/python/chains.py (modified) * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/rtems.py (modified) * tools/gdb/python/threads.py (modified) Heavy refactoring + Improved mesege queu printing. - pretty printers ... Tue, 09 Jul 2013 16:51:27 GMT Dhananjay Balan [6e75f4e] * tools/gdb/python/README.md (modified) Update readme. Included useage instructions. Tue, 09 Jul 2013 09:07:20 GMT Dhananjay Balan [3856406] * tools/gdb/python/classic.py (modified) * tools/gdb/python/objects.py (modified) Fix pretty printers pretty printers for rtems_id and rtems_attribute Mon, 08 Jul 2013 16:12:48 GMT Dhananjay Balan [f814c76] * tools/gdb/python/classic.py (modified) * tools/gdb/python/rtems.py (modified) Messege Queue Objects Added intial support for printing Mon, 08 Jul 2013 16:10:21 GMT Dhananjay Balan [ce55b57] * tools/gdb/python/objects.py (modified) Object can have index from 1 to 'maximum' Mon, 24 Jun 2013 04:10:59 GMT Dhananjay Balan [10bcd5d] * tools/gdb/python/chains.py (modified) * tools/gdb/python/objects.py (modified) * tools/gdb/python/threads.py (modified) Update chains structures - Fixes chains structure parsing - Fix ... Mon, 17 Jun 2013 17:10:17 GMT Dhananjay Balan [56a70ae] * tools/gdb/python/__init__.py (added) * tools/gdb/python/chains.py (added) * tools/gdb/python/classic.py (added) * tools/gdb/python/objects.py (added) * tools/gdb/python/rtems.py (added) * tools/gdb/python/threads.py (added) * tools/gdb/python/watchdog.py (added) Intial commit. Chris's intial work on the extenstions. Mon, 17 Jun 2013 15:31:09 GMT Dhananjay Balan [911e710] * tools/gdb/python/.gitignore (added) * tools/gdb/python/README.md (added) Initial commit